Skip to content

Commit 515f4bf

Browse files
committed
fix(resource): Renamend typo
1 parent 2285ee3 commit 515f4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/templates/Crud/src/components/Resource.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export default {
180180
this.updateRequest(this.updateForm.values)
181181
.then(() => resolve())
182182
.catch((error) => {
183-
this.$refs.createForm.validate();
183+
this.$refs.updateForm.validate();
184184
reject(error);
185185
});
186186
} else {

0 commit comments

Comments
 (0)