Rename file input for proof of payment in ViewLocationCard component
This commit is contained in:
@@ -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>);
|
||||||
|
|||||||
Reference in New Issue
Block a user