forgot close fun inside cancel btn
This commit is contained in:
parent
5a2eb1894d
commit
5988089b49
@ -101,6 +101,7 @@ const ManageExpenseType = ({ data = null, onClose }) => {
|
||||
data-bs-dismiss="modal"
|
||||
aria-label="Close"
|
||||
disabled={isPending || isPendingUpdate}
|
||||
onClick={()=>onClose()}
|
||||
>
|
||||
Cancel
|
||||
</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user