7
0
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:
2024-02-10 23:17:42 +05:00
parent ff23ec0161
commit e4e9118b4e

@ -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()"
/>