diff --git a/packages/nc-gui/components/dashboard/TreeView/TableNode.vue b/packages/nc-gui/components/dashboard/TreeView/TableNode.vue index dc851e39d0..73f730c894 100644 --- a/packages/nc-gui/components/dashboard/TreeView/TableNode.vue +++ b/packages/nc-gui/components/dashboard/TreeView/TableNode.vue @@ -181,7 +181,6 @@ const isTableOpened = computed(() => { :class="{ '!rotate-180': isExpanded }" /> -
{ const source = base.value?.sources?.find((b) => b.id === table.value.source_id) if (!source) return false - return _isDefaultBase(source) + return isDefaultBase(source) }) /** validate view title */