mirror of
https://github.com/romancm/gamebrary
synced 2024-11-13 23:17:08 +00:00
added todo to edit tag page
This commit is contained in:
parent
765c2a5b87
commit
d4f5c99fb1
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue