mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Make info optional for upload pads
This commit is contained in:
parent
7e3d533b55
commit
467f77a923
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ type UploadInfo = {
|
|||
}
|
||||
|
||||
type UploadPadProps = {
|
||||
info: React.Node
|
||||
info?: React.Node
|
||||
description: string
|
||||
accept: Accept
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue