mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-08 06:59:26 +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);
|
setEditingValue(v);
|
||||||
props.onChange(v);
|
props.onChange(v);
|
||||||
ctx.setFormValueChanged(false);
|
ctx?.setFormValueChanged?.(false);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
const Component = TypedComponents[dataType] ?? InputString;
|
const Component = TypedComponents[dataType] ?? InputString;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user