Browse Source

refactor: add todo

pull/8665/head
rohittp 4 weeks ago
parent
commit
f8c31dbb8b
  1. 1
      packages/nc-gui/components/dashboard/TreeView/TableNode.vue

1
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()

Loading…
Cancel
Save