update route

This commit is contained in:
Gamebrary 2021-04-22 14:38:22 -07:00
parent 277eb32d19
commit e59c8b94a9

View file

@ -165,7 +165,7 @@ export default {
this.loading = false; this.loading = false;
this.$bvToast.toast('Board removed'); this.$bvToast.toast('Board removed');
this.$router.push({ name: 'dashboard' }); this.$router.push({ name: 'home' });
}, },
async saveSettings() { async saveSettings() {