fix: build error for product updates modal. (#5944)
This commit is contained in:
parent
0dead39fd1
commit
914811b643
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ export const ProductUpdatesModal: FC<ProductUpdatesModalProps> = observer((props
|
|||
},
|
||||
}}
|
||||
fileHandler={{
|
||||
getAssetSrc: () => "",
|
||||
getAssetSrc: () => Promise.resolve(""),
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue