From 495a40bc66074a106b6c5bd093b329a51330b453 Mon Sep 17 00:00:00 2001 From: flisowna Date: Sun, 15 Jan 2023 20:32:06 +0100 Subject: [PATCH] fix iframe issue with multiple embedded views --- packages/nc-gui/components/smartsheet/toolbar/ShareView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nc-gui/components/smartsheet/toolbar/ShareView.vue b/packages/nc-gui/components/smartsheet/toolbar/ShareView.vue index 36805106e5..8df31b707f 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/ShareView.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/ShareView.vue @@ -205,7 +205,7 @@ const iframeCode = computed(() => { frameborder="0" width="100%" height="700" - style="background: transparent; border: 1px solid #ddd"/>` + style="background: transparent; border: 1px solid #ddd">` }) const copyIframeCode = async () => {