Refactor_Expenses #317

Closed
pramod.mahajan wants to merge 247 commits from Refactor_Expenses into Feature_Expense
Showing only changes of commit a2db8865be - Show all commits

View File

@ -254,6 +254,11 @@ const CreateExpense = ({closeModal}) => {
))
)}
</select>
{errors.paidById && (
<small className="danger-text">
{errors.paidById.message}
</small>
)}
</div>
</div>