Tracardi / tracardi-gui

Tracardi ReactJs Graphical User Interface
Other
21 stars 25 forks source link

[BUG]When we use sgmentation workflow tab's new workflow button the default type is collection #241

Closed ryomahan closed 1 year ago

ryomahan commented 1 year ago

bug like title, fix way:

// /src/components/pages/Flows.js#18
const addFunc = useCallback((close) => <FlowForm projects={[]} onFlowSaveComplete={close} />, [])
// change to:
const addFunc = useCallback((close) => <FlowForm type={type} projects={[]} onFlowSaveComplete={close} />, [])
atompie commented 1 year ago

@ryomahan Thanks for spotting this.

atompie commented 1 year ago

Done in version 0.7.3