Skip to content

Commit 7b4de7d

Browse files
Merge pull request #534 from ecirish/patch-1
Set isDirty to false on reset()
2 parents cbfc29b + 3348ab7 commit 7b4de7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FeathersVuexFormWrapper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export default {
7272
},
7373
reset() {
7474
this.clone.reset()
75+
this.isDirty = false
7576
this.$emit('reset', this.item)
7677
},
7778
async remove() {

0 commit comments

Comments
 (0)