diff --git a/packages/nc-gui/components/smartsheet/Kanban.vue b/packages/nc-gui/components/smartsheet/Kanban.vue index 13b2862e9d..9f915cbce5 100644 --- a/packages/nc-gui/components/smartsheet/Kanban.vue +++ b/packages/nc-gui/components/smartsheet/Kanban.vue @@ -121,6 +121,11 @@ async function onMove(event: any, stackKey: string) { } } +function createNewStack() { + // TODO: + // P.S tag value cannot be empty +} + openNewRecordFormHook?.on(async () => { const newRow = await addEmptyRow() expandForm(newRow) @@ -255,6 +260,21 @@ openNewRecordFormHook?.on(async () => { + +
+ + +
+ + New Stack +
+
+
+