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 className="col-12 col-md-6 text-start mb-1">
<Label className="form-label" required>Transaction Date </Label>
<DatePicker
<DatePicker className="w-100"
name="reimburseDate"
control={control}
minDate={data?.transactionDate}