mirror of
https://github.com/romancm/gamebrary
synced 2024-11-27 21:50:24 +00:00
update route
This commit is contained in:
parent
277eb32d19
commit
e59c8b94a9
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue