From 9727711b04d52402ce77f5496d28016ede6fe0dc Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Fri, 30 May 2025 08:17:05 +0200 Subject: [PATCH] Set src value or undefined --- src/components/Apps/AppViewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Apps/AppViewer.tsx b/src/components/Apps/AppViewer.tsx index 38cfe71..98a0b8a 100644 --- a/src/components/Apps/AppViewer.tsx +++ b/src/components/Apps/AppViewer.tsx @@ -278,7 +278,7 @@ export const AppViewer = forwardRef( width: '100%', }} id="browser-iframe" - src={defaultUrl} + src={defaultUrl || undefined} sandbox="allow-scripts allow-same-origin allow-forms allow-downloads allow-modals" allow="fullscreen; clipboard-read; clipboard-write" >