From 914811b643d609ff5dd29a93bf3487c2b8025e63 Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Mon, 4 Nov 2024 14:04:59 +0530 Subject: [PATCH] fix: build error for product updates modal. (#5944) --- web/core/components/global/product-updates/modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(""), }} /> )}