Rename file input for proof of payment in ViewLocationCard component

This commit is contained in:
Knee Cola
2025-11-22 23:31:58 +01:00
parent 0753f9be1b
commit c235b94a72

View File

@@ -86,7 +86,7 @@ export const ViewLocationCard:FC<ViewLocationCardProps> = ({location, userSettin
<label className="label"> <label className="label">
<span className="label-text">{t("upload-proof-of-payment-label")}</span> <span className="label-text">{t("upload-proof-of-payment-label")}</span>
</label> </label>
<input id="billAttachment" name="billAttachment" type="file" className="file-input file-input-bordered grow file-input-s my-2 block max-w-[17em] md:max-w-[80em] break-words" /> <input id="proofOfPaymentAttachment" name="proofOfPaymentAttachment" type="file" className="file-input file-input-bordered grow file-input-s my-2 block max-w-[17em] md:max-w-[80em] break-words" />
</div> </div>
</div> </div>
</div>); </div>);