diff --git a/src/layouts/components/Navbar.vue b/src/layouts/components/Navbar.vue index e4e3cc22..e501e9c4 100644 --- a/src/layouts/components/Navbar.vue +++ b/src/layouts/components/Navbar.vue @@ -259,6 +259,7 @@ export default { this.index = v const conf = this.$store.state.chains.selected localStorage.setItem(`${conf.chain_name}-api-index`, v) + window.location.reload() }, block() { const conf = this.$store.state.chains.selected