fix: wallets navigation (#3208)

This commit is contained in:
Vlad Stan
2025-06-20 13:45:08 +03:00
committed by GitHub
parent 9aeecd4dc0
commit b39bd257e0
3 changed files with 10 additions and 2 deletions

View File

@@ -548,6 +548,12 @@
</q-select>
</div>
</div>
<q-separator></q-separator>
<div class="row q-mb-md q-mt-md">
<q-btn @click="updateAccount" unelevated color="primary">
<span v-text="$t('update_account')"></span>
</q-btn>
</div>
</q-tab-panel>
<q-tab-panel name="api_acls">
<div class="row q-mb-md">

File diff suppressed because one or more lines are too long

View File

@@ -517,7 +517,9 @@ window.windowMixin = {
this.$q.localStorage.set('lnbits.walletFlip', this.walletFlip)
},
goToWallets() {
window.location = '/wallets'
this.$router.push({
path: '/wallets'
})
},
submitAddWallet() {
if (