mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
fix: remove debugger
This commit is contained in:
parent
00cda228fc
commit
de59756c57
@ -279,7 +279,6 @@ export class FormModel<TValues = any> implements Disposable {
|
|||||||
const warnings = feedbackToFieldErrorsOrWarnings<Warnings>(path, feedback);
|
const warnings = feedbackToFieldErrorsOrWarnings<Warnings>(path, feedback);
|
||||||
|
|
||||||
if (field) {
|
if (field) {
|
||||||
debugger;
|
|
||||||
field.state.errors = errors;
|
field.state.errors = errors;
|
||||||
field.state.warnings = warnings;
|
field.state.warnings = warnings;
|
||||||
field.state.invalid = hasError(errors);
|
field.state.invalid = hasError(errors);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user