mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-27 17:23:12 +02:00
amount label adaptive to uni - look at me Im a frontent dev now
This commit is contained in:
parent
9fb30080ab
commit
cd84623305
@ -418,7 +418,7 @@
|
|||||||
dense
|
dense
|
||||||
v-model.number="receive.data.amount"
|
v-model.number="receive.data.amount"
|
||||||
type="number"
|
type="number"
|
||||||
label="Amount ({{LNBITS_DENOMINATION}}) *"
|
:label="'Amount (' + receive.unit + ') *'"
|
||||||
:step="receive.unit != 'sat' ? '0.001' : '1'"
|
:step="receive.unit != 'sat' ? '0.001' : '1'"
|
||||||
:min="receive.minMax[0]"
|
:min="receive.minMax[0]"
|
||||||
:max="receive.minMax[1]"
|
:max="receive.minMax[1]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user