mirror of
https://gitlab.com/sarlink/kyc.git
synced 2025-02-22 17:22:00 +00:00
[fix(ui)] File input accidentally kept responsive
This commit is contained in:
parent
ff23ec0161
commit
e4e9118b4e
@ -313,7 +313,7 @@
|
|||||||
type="file"
|
type="file"
|
||||||
id="transfer_receipt"
|
id="transfer_receipt"
|
||||||
name="transfer_receipt"
|
name="transfer_receipt"
|
||||||
class="file-input file-input-bordered w-full max-w-xs"
|
class="file-input file-input-bordered max-w"
|
||||||
accept="image/*"
|
accept="image/*"
|
||||||
onchange="validateForm()"
|
onchange="validateForm()"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user