From f8c31dbb8bb45b8770167895ece4098b88fb787a Mon Sep 17 00:00:00 2001 From: rohittp Date: Thu, 6 Jun 2024 11:55:04 +0000 Subject: [PATCH] refactor: add todo --- packages/nc-gui/components/dashboard/TreeView/TableNode.vue | 1 + 1 file changed, 1 insertion(+) 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()