[fix(ui)] File input accidentally kept responsive

This commit is contained in:
WovenCoast 2024-02-10 23:17:42 +05:00
parent ff23ec0161
commit e4e9118b4e

View File

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