diff --git a/web/core/components/global/product-updates/modal.tsx b/web/core/components/global/product-updates/modal.tsx index 607b62fe6..57beaa681 100644 --- a/web/core/components/global/product-updates/modal.tsx +++ b/web/core/components/global/product-updates/modal.tsx @@ -71,7 +71,7 @@ export const ProductUpdatesModal: FC = observer((props }, }} fileHandler={{ - getAssetSrc: () => "", + getAssetSrc: () => Promise.resolve(""), }} /> )}