mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix: gantt block template incorrectly calls the calendar block when adding (#5673)
This commit is contained in:
parent
ed5c6edec6
commit
4723d7c0e2
@ -46,7 +46,7 @@ export const GanttBlockInitializer = ({
|
||||
return (
|
||||
<DataBlockInitializer
|
||||
{...itemConfig}
|
||||
componentType={`Calendar`}
|
||||
componentType={`Gantt`}
|
||||
icon={<FormOutlined />}
|
||||
onCreateBlockSchema={async (options) => {
|
||||
if (createBlockSchema) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user