mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
fix: setFormValueChanged undefined (#3879)
This commit is contained in:
parent
59144f5008
commit
7b073727b1
@ -92,7 +92,7 @@ export function Result(props) {
|
||||
}
|
||||
setEditingValue(v);
|
||||
props.onChange(v);
|
||||
ctx.setFormValueChanged(false);
|
||||
ctx?.setFormValueChanged?.(false);
|
||||
});
|
||||
});
|
||||
const Component = TypedComponents[dataType] ?? InputString;
|
||||
|
Loading…
x
Reference in New Issue
Block a user