From 51e2c9f2b595439103743cc29c01d2134ea06181 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Fri, 22 Sep 2023 15:23:19 +0000 Subject: [PATCH] fix: View icon fix --- .../smartsheet/toolbar/ViewInfo.vue | 22 ++++++------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/toolbar/ViewInfo.vue b/packages/nc-gui/components/smartsheet/toolbar/ViewInfo.vue index 45a5a558fc..23ceb54a12 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/ViewInfo.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/ViewInfo.vue @@ -1,9 +1,7 @@ @@ -12,19 +10,13 @@ const { activeTable } = storeToRefs(useTablesStore())
/
- + - {{ selectedView?.is_default ? $t('title.defaultView') : selectedView?.title }} + {{ activeView?.is_default ? $t('title.defaultView') : activeView?.title }}