Increaing the size of Transaction Date at View Expense form.
This commit is contained in:
parent
6adad5718a
commit
c0868d90ed
@ -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}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user