@uppy/dashboard: fix type of trigger option (#5106)

This commit is contained in:
Merlijn Vos 2024-04-23 14:31:50 +02:00 committed by GitHub
parent 9e8c6df674
commit ffdfa096d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}