fix: build error for product updates modal. (#5944)

This commit is contained in:
Prateek Shourya 2024-11-04 14:04:59 +05:30 committed by GitHub
parent 0dead39fd1
commit 914811b643
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@ export const ProductUpdatesModal: FC<ProductUpdatesModalProps> = observer((props
},
}}
fileHandler={{
getAssetSrc: () => "",
getAssetSrc: () => Promise.resolve(""),
}}
/>
)}