mirror of
https://github.com/romancm/gamebrary
synced 2024-11-23 19:53:14 +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.$bvToast.toast('Board removed');
|
||||
this.$router.push({ name: 'dashboard' });
|
||||
this.$router.push({ name: 'home' });
|
||||
},
|
||||
|
||||
async saveSettings() {
|
||||
|
|
Loading…
Reference in a new issue