hide edit board modal after deleting board

This commit is contained in:
Gamebrary 2021-05-24 20:39:41 -07:00
parent 7f0ecfac82
commit da5417ceb4

View file

@ -164,6 +164,7 @@ export default {
});
this.loading = false;
this.$bvModal.hide('edit-board');
this.$bvToast.toast('Board removed');
this.$router.push({ name: 'home' });
},