Increaing the size of Transaction Date at View Expense form.

This commit is contained in:
Kartik Sharma 2025-11-07 13:01:30 +05:30
parent 6adad5718a
commit c0868d90ed

View File

@ -407,7 +407,7 @@ const ViewExpense = ({ ExpenseId }) => {
</div> </div>
<div className="col-12 col-md-6 text-start mb-1"> <div className="col-12 col-md-6 text-start mb-1">
<Label className="form-label" required>Transaction Date </Label> <Label className="form-label" required>Transaction Date </Label>
<DatePicker <DatePicker className="w-100"
name="reimburseDate" name="reimburseDate"
control={control} control={control}
minDate={data?.transactionDate} minDate={data?.transactionDate}