fix(plugin-workflow): fix cancel action on trigger config (#2166)
This commit is contained in:
parent
71c62245ad
commit
21371aaa57
@ -150,6 +150,7 @@ export const TriggerConfig = () => {
|
|||||||
const form = useMemo(
|
const form = useMemo(
|
||||||
() =>
|
() =>
|
||||||
createForm({
|
createForm({
|
||||||
|
initialValues: workflow?.config,
|
||||||
values: workflow?.config,
|
values: workflow?.config,
|
||||||
disabled: workflow?.executed,
|
disabled: workflow?.executed,
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user