From a4828bf2f37c91e13ae25a3d0f6b0529d8527977 Mon Sep 17 00:00:00 2001 From: sreehari jayaraj Date: Wed, 20 Sep 2023 20:39:10 +0530 Subject: [PATCH] fix: added ctx menu --- packages/nc-gui/components.d.ts | 1 + packages/nc-gui/components/dashboard/TreeView/ViewsNode.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/components.d.ts b/packages/nc-gui/components.d.ts index 0e78a9c6a6..7300ed0340 100644 --- a/packages/nc-gui/components.d.ts +++ b/packages/nc-gui/components.d.ts @@ -52,6 +52,7 @@ declare module '@vue/runtime-core' { APagination: typeof import('ant-design-vue/es')['Pagination'] APopover: typeof import('ant-design-vue/es')['Popover'] ARadio: typeof import('ant-design-vue/es')['Radio'] + ARadioButton: typeof import('ant-design-vue/es')['RadioButton'] ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup'] ARate: typeof import('ant-design-vue/es')['Rate'] ARow: typeof import('ant-design-vue/es')['Row'] diff --git a/packages/nc-gui/components/dashboard/TreeView/ViewsNode.vue b/packages/nc-gui/components/dashboard/TreeView/ViewsNode.vue index b1abdc85e7..23ccb95c1c 100644 --- a/packages/nc-gui/components/dashboard/TreeView/ViewsNode.vue +++ b/packages/nc-gui/components/dashboard/TreeView/ViewsNode.vue @@ -303,5 +303,5 @@ function onRef(el: HTMLElement) { - +