fix: view and section reorder issue

This commit is contained in:
Ramesh Mane
2026-02-26 11:25:20 +00:00
parent e95902d2bc
commit 139273a385
4 changed files with 31 additions and 6 deletions

View File

@@ -689,7 +689,7 @@ const enabledOptions = computed(() => {
:table-id="table.id"
:title="table.title"
/>
<DashboardTreeViewViewsList v-if="isExpanded" :table-id="table.id" :base-id="base.id" />
<DashboardTreeViewViews v-if="isExpanded" />
</div>
</template>