Fixed: added missing useCallback import #311

Closed
pramod.mahajan wants to merge 138 commits from hotfix/MasterActivity into main
Showing only changes of commit 5988089b49 - Show all commits

View File

@ -101,6 +101,7 @@ const ManageExpenseType = ({ data = null, onClose }) => {
data-bs-dismiss="modal"
aria-label="Close"
disabled={isPending || isPendingUpdate}
onClick={()=>onClose()}
>
Cancel
</button>