diff --git a/packages/nc-gui/components/dashboard/TreeView/TableNode.vue b/packages/nc-gui/components/dashboard/TreeView/TableNode.vue index 64c6d4c968..ef3e11ea30 100644 --- a/packages/nc-gui/components/dashboard/TreeView/TableNode.vue +++ b/packages/nc-gui/components/dashboard/TreeView/TableNode.vue @@ -207,6 +207,7 @@ const deleteTable = () => { isTableDeleteDialogVisible.value = true } +// TODO: Should find a way to render the components without using the `nextTick` function const refreshViews = async () => { isExpanded.value = false await nextTick()