mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +00:00
hide edit board modal after deleting board
This commit is contained in:
parent
7f0ecfac82
commit
da5417ceb4
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ export default {
|
|||
});
|
||||
|
||||
this.loading = false;
|
||||
this.$bvModal.hide('edit-board');
|
||||
this.$bvToast.toast('Board removed');
|
||||
this.$router.push({ name: 'home' });
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue