vlad nitpick

This commit is contained in:
dni ⚡ 2023-12-06 10:41:39 +01:00 committed by Pavol Rusnak
parent aa68d67b5e
commit f36771db9d

View File

@ -615,10 +615,9 @@ Vue.component('lnbits-dynamic-fields', {
<q-input v-else-if="o.type === 'text'" v-model="formData[o.name]" @input="handleValueChanged" type="textarea"
rows="5" :label="o.name" :hint="o.description" filled dense>
</q-input>
<q-input v-else-if="o.type === 'password'" type="password"
v-model="formData[o.name]" @input="handleValueChanged"
:label="o.name" :hint="o.description" filled dense
></q-input>
<q-input v-else-if="o.type === 'password'" v-model="formData[o.name]" @input="handleValueChanged" type="password"
:label="o.name" :hint="o.description" filled dense>
</q-input>
<div v-else-if="o.type === 'bool'">
<q-item tag="label" v-ripple>
<q-item-section avatar top>