From 9dc5e1b8aa44cdc90ea43cba92ba5311ae43d7e5 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Fri, 23 Sep 2022 18:47:13 +0800 Subject: [PATCH] feat(nc-gui): add a-select for choosing grouping field in kanban view creation --- packages/nc-gui/components/dlg/ViewCreate.vue | 49 +++++++++++++++++-- 1 file changed, 44 insertions(+), 5 deletions(-) diff --git a/packages/nc-gui/components/dlg/ViewCreate.vue b/packages/nc-gui/components/dlg/ViewCreate.vue index 4eb72938e4..ad666b456c 100644 --- a/packages/nc-gui/components/dlg/ViewCreate.vue +++ b/packages/nc-gui/components/dlg/ViewCreate.vue @@ -1,14 +1,24 @@