Fix the reset from removing all of the path
This commit is contained in:
parent
60b82263b7
commit
9b2d12eb64
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ export default {
|
||||||
this.updateQuery();
|
this.updateQuery();
|
||||||
},
|
},
|
||||||
resetGuild() {
|
resetGuild() {
|
||||||
history.replaceState(null, null, `/`);
|
window.location.search = "";
|
||||||
|
|
||||||
this.$emit(`set-guild`, null);
|
this.$emit(`set-guild`, null);
|
||||||
this.$emit(`change-state`, `login`);
|
this.$emit(`change-state`, `login`);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue