Commit e4b803a
committed
fix: installSize prop type mismatch (undefined → null)
The DownloadButton prop expects `InstallSizeResult | null`, not
`undefined`. Fixes the vue-tsc type check failure.1 parent 14912af commit e4b803a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
777 | 777 | | |
778 | 778 | | |
779 | 779 | | |
780 | | - | |
| 780 | + | |
781 | 781 | | |
782 | 782 | | |
783 | 783 | | |
| |||
0 commit comments