From 6a2ccfd693f8cfdff75f3dd345b58ce65a768d50 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 23 Aug 2022 17:40:59 +0200 Subject: [PATCH] fix(gui-v2): teleport warning on shared view form --- packages/nc-gui-v2/components/cell/Text.vue | 5 ++--- packages/nc-gui-v2/layouts/default.vue | 12 ++++++------ packages/nc-gui-v2/nuxt-shim.d.ts | 1 + .../nc-gui-v2/pages/[projectType]/form/[viewId].vue | 3 +++ 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/packages/nc-gui-v2/components/cell/Text.vue b/packages/nc-gui-v2/components/cell/Text.vue index 2c8e54d0d7..23575fc222 100644 --- a/packages/nc-gui-v2/components/cell/Text.vue +++ b/packages/nc-gui-v2/components/cell/Text.vue @@ -1,10 +1,9 @@