chore(voucher): mengubah placeholder kuota dari 1 menjadi 100
This commit is contained in:
parent
b0649a1a65
commit
2688b86a4d
@ -47,7 +47,7 @@
|
|||||||
<flux:error name="form.min_purchase" />
|
<flux:error name="form.min_purchase" />
|
||||||
</flux:field>
|
</flux:field>
|
||||||
|
|
||||||
<flux:input label="Kuota" placeholder="1"
|
<flux:input label="Kuota" placeholder="100"
|
||||||
wire:model.live.debounce.500ms="form.quota"
|
wire:model.live.debounce.500ms="form.quota"
|
||||||
x-mask:dynamic="$money($input, ',')" autocomplete="off" />
|
x-mask:dynamic="$money($input, ',')" autocomplete="off" />
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user