mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 09:36:49 +00:00
fix: view and section reorder issue
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user