Skip to content

Commit

Permalink
fix(core): fix clearFormGraph unexpect behaviors with action annotati…
Browse files Browse the repository at this point in the history
…on (#3431)
  • Loading branch information
janryWang committed Sep 30, 2022
1 parent f05cb6b commit e077e6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/models/Form.ts
Expand Up @@ -156,8 +156,6 @@ export class Form<ValueType extends object = any> {
deleteValuesIn: action,
setSubmitting: action,
setValidating: action,
setFormGraph: action,
clearFormGraph: action,
reset: action,
submit: action,
validate: action,
Expand Down

1 comment on commit e077e6c

@xijin
Copy link

@xijin xijin commented on e077e6c Oct 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi,把这两个api删除了之后,有替代方案吗,我们动态schema表单场景在依赖这个api

Please sign in to comment.