Added taking action on expense, like Review, Approve ...
This commit is contained in:
parent
c678897044
commit
a2db8865be
@ -254,6 +254,11 @@ const CreateExpense = ({closeModal}) => {
|
||||
))
|
||||
)}
|
||||
</select>
|
||||
{errors.paidById && (
|
||||
<small className="danger-text">
|
||||
{errors.paidById.message}
|
||||
</small>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user