added todo to edit tag page

This commit is contained in:
Gamebrary 2022-08-12 08:04:38 -07:00
parent 765c2a5b87
commit d4f5c99fb1

View file

@ -14,7 +14,6 @@
</div>
</portal>
<portal to="headerActions">
<b-button
variant="light"
@ -181,6 +180,7 @@ export default {
},
async saveTag(e) {
// TODO: clean up and refactor
e.preventDefault();
if (this.$refs.form.checkValidity()) {