mirror of
https://gitlab.com/sarlink/kyc.git
synced 2025-07-03 02:20:43 +00:00
[fix(ui)] File input accidentally kept responsive
This commit is contained in:
@ -313,7 +313,7 @@
|
||||
type="file"
|
||||
id="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/*"
|
||||
onchange="validateForm()"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user