amount label adaptive to uni - look at me Im a frontent dev now
This commit is contained in:
parent
9fb30080ab
commit
cd84623305
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue