Remove trailing comma

This commit is contained in:
Christian Cueni 2020-06-16 13:18:24 +02:00
parent a9b3dddd8b
commit 49cd6e590f
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ export default {
this.submitted = false;
this.$validator.reset();
}
},
}
};
</script>