Skip to content

Commit

Permalink
fix(@uppy/dashboard): fix wrong option type in index.d.ts (#4788)
Browse files Browse the repository at this point in the history
singleFileFullScreen->centerSingleFile
  • Loading branch information
dzcpy authored Nov 11, 2023
1 parent 70ffe60 commit 83e2527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/dashboard/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface DashboardOptions extends Options {
animateOpenClose?: boolean
browserBackButtonClose?: boolean
closeAfterFinish?: boolean
centerSingleFile?: boolean
singleFileFullScreen?: boolean
closeModalOnClickOutside?: boolean
disableInformer?: boolean
disablePageScrollWhenModalOpen?: boolean
Expand Down

0 comments on commit 83e2527

Please sign in to comment.