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
|
||||
v-model.number="receive.data.amount"
|
||||
type="number"
|
||||
label="Amount ({{LNBITS_DENOMINATION}}) *"
|
||||
:label="'Amount (' + receive.unit + ') *'"
|
||||
:step="receive.unit != 'sat' ? '0.001' : '1'"
|
||||
:min="receive.minMax[0]"
|
||||
:max="receive.minMax[1]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user