Skip to content

Commit e077e6c

Browse files
authored
fix(core): fix clearFormGraph unexpect behaviors with action annotation (#3431)
1 parent f05cb6b commit e077e6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/src/models/Form.ts

-2
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ export class Form<ValueType extends object = any> {
156156
deleteValuesIn: action,
157157
setSubmitting: action,
158158
setValidating: action,
159-
setFormGraph: action,
160-
clearFormGraph: action,
161159
reset: action,
162160
submit: action,
163161
validate: action,

0 commit comments

Comments
 (0)