From c3badd4dcbb6a77461da259f04b4878b42e49c41 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Thu, 11 Aug 2022 17:48:44 +0530 Subject: [PATCH] refactor(gui-v2): ui updates Signed-off-by: Pranav C --- .../nc-gui-v2/components/general/PreviewAs.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/packages/nc-gui-v2/components/general/PreviewAs.vue b/packages/nc-gui-v2/components/general/PreviewAs.vue index 9947902841..9eaa3cccc8 100644 --- a/packages/nc-gui-v2/components/general/PreviewAs.vue +++ b/packages/nc-gui-v2/components/general/PreviewAs.vue @@ -51,22 +51,22 @@ watch(previewAs, () => window.location.reload())
-
+
Preview as : - {{ role.title }} -
+
@@ -81,7 +81,7 @@ watch(previewAs, () => window.location.reload())
- {{ role.title }} + {{ role.title }}
@@ -100,8 +100,9 @@ watch(previewAs, () => window.location.reload())