From f5294d6ea103c27dd91c240149e0b7f9dde57109 Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Fri, 30 May 2025 13:40:37 +0200 Subject: [PATCH] Remove 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 0cdad98..75b468b 100644 --- a/src/components/Apps/AppViewer.tsx +++ b/src/components/Apps/AppViewer.tsx @@ -286,7 +286,7 @@ export const AppViewer = forwardRef( width: '100%', }} id="browser-iframe" - src={defaultUrl || undefined} + src={defaultUrl} sandbox="allow-scripts allow-same-origin allow-forms allow-downloads allow-modals" allow="fullscreen; clipboard-read; clipboard-write" >