mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 22:49:26 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
6ffa450966
@ -63,11 +63,10 @@ function SyncOptionSelect(props) {
|
|||||||
if (trigger.sync != null) {
|
if (trigger.sync != null) {
|
||||||
field.setValue(trigger.sync);
|
field.setValue(trigger.sync);
|
||||||
} else {
|
} else {
|
||||||
field.setInitialValue(false);
|
field.setInitialValue(props.value ?? false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, [record.id, field, workflowPlugin.triggers]);
|
}, [record.id, field, workflowPlugin.triggers, record.type, props.value]);
|
||||||
|
|
||||||
return <RadioWithTooltip {...props} />;
|
return <RadioWithTooltip {...props} />;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user