fix: payment labels route dynamically to account#labels (#3548)
This commit is contained in:
parent
7c7a04da9d
commit
98d4dbab8b
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
||||||
<q-btn
|
<q-btn
|
||||||
v-close-popup
|
v-close-popup
|
||||||
flat
|
flat
|
||||||
href="/account#labels"
|
@click="$router.push('/account#labels')"
|
||||||
color="grey"
|
color="grey"
|
||||||
icon="settings"
|
icon="settings"
|
||||||
class="q-ml-auto float-right"
|
class="q-ml-auto float-right"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue