From 4723d7c0e2e28e42bcdfcf1572f326df1746dd62 Mon Sep 17 00:00:00 2001 From: Katherine Date: Mon, 18 Nov 2024 19:42:28 +0800 Subject: [PATCH] fix: gantt block template incorrectly calls the calendar block when adding (#5673) --- .../@nocobase/plugin-gantt/src/client/GanttBlockInitializer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/@nocobase/plugin-gantt/src/client/GanttBlockInitializer.tsx b/packages/plugins/@nocobase/plugin-gantt/src/client/GanttBlockInitializer.tsx index 310b65638b..1eeb560b46 100644 --- a/packages/plugins/@nocobase/plugin-gantt/src/client/GanttBlockInitializer.tsx +++ b/packages/plugins/@nocobase/plugin-gantt/src/client/GanttBlockInitializer.tsx @@ -46,7 +46,7 @@ export const GanttBlockInitializer = ({ return ( } onCreateBlockSchema={async (options) => { if (createBlockSchema) {