fix(plugin-workflow): fix cancel action on trigger config (#2166)

This commit is contained in:
Junyi 2023-07-03 07:02:05 +07:00 committed by GitHub
parent 71c62245ad
commit 21371aaa57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
}), }),