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 }}