mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-13 19:37:42 +01:00
bug: settings fundingtab errors (#2982)
funding tab was not working if you had node ui enabled
This commit is contained in:
parent
9fe63b49d6
commit
2f2a3b1092
1 changed files with 2 additions and 2 deletions
|
@ -39,13 +39,13 @@
|
|||
></q-toggle>
|
||||
<q-toggle
|
||||
v-if="formData.lnbits_node_ui"
|
||||
:label="$('toggle_public_node_ui')"
|
||||
:label="$t('toggle_public_node_ui')"
|
||||
v-model="formData.lnbits_public_node_ui"
|
||||
></q-toggle>
|
||||
<br />
|
||||
<q-toggle
|
||||
v-if="formData.lnbits_node_ui"
|
||||
:label="$('toggle_transactions_node_ui')"
|
||||
:label="$t('toggle_transactions_node_ui')"
|
||||
v-model="formData.lnbits_node_ui_transactions"
|
||||
></q-toggle>
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Reference in a new issue