chore(voucher): mengubah placeholder kuota dari 1 menjadi 100

This commit is contained in:
Yoga Pangestu 2025-11-09 20:12:00 +07:00
parent b0649a1a65
commit 2688b86a4d

View File

@ -47,7 +47,7 @@
<flux:error name="form.min_purchase" />
</flux:field>
<flux:input label="Kuota" placeholder="1"
<flux:input label="Kuota" placeholder="100"
wire:model.live.debounce.500ms="form.quota"
x-mask:dynamic="$money($input, ',')" autocomplete="off" />