Skip to content

Commit

Permalink
@uppy/dashboard: fix type of trigger option (#5106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Apr 23, 2024
1 parent 9e8c6df commit ffdfa09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/dashboard/src/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ interface DashboardMiscOptions<M extends Meta, B extends Body>
thumbnailHeight?: number
thumbnailType?: string
thumbnailWidth?: number
trigger?: string
trigger?: string | Element
waitForThumbnailsBeforeUpload?: boolean
}

Expand Down

0 comments on commit ffdfa09

Please sign in to comment.