Skip to content

Commit 782eebc

Browse files
committed
fix: remove autoFormCreate
1 parent 0f7d778 commit 782eebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form/Form.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const Form = {
150150
},
151151
},
152152
updated() {
153-
if (this.autoFormCreate || this.form) {
153+
if (this.form && this.form.cleanUpUselessFields) {
154154
this.form.cleanUpUselessFields();
155155
}
156156
},

0 commit comments

Comments
 (0)