diff --git a/packages/nc-gui/components/smartsheet/toolbar/ViewActionMenu.vue b/packages/nc-gui/components/smartsheet/toolbar/ViewActionMenu.vue
index f408984bf0..db96f83b6e 100644
--- a/packages/nc-gui/components/smartsheet/toolbar/ViewActionMenu.vue
+++ b/packages/nc-gui/components/smartsheet/toolbar/ViewActionMenu.vue
@@ -151,6 +151,8 @@ const isViewOwner = computed(() => {
)
})
+const isDefaultView = computed(() => view.value?.is_default)
+
/**
* ## Known Issue and Fix
* - **Issue**: When conditionally rendering `NcMenuItem` using `v-if` without a corresponding `v-else` fallback,
@@ -328,7 +330,10 @@ const isViewOwner = computed(() => {
-
+
@@ -337,7 +342,7 @@ const isViewOwner = computed(() => {
-
+