Feature#773_EditExpenseType : Edit Expense Type Master #295

Merged
pramod.mahajan merged 2 commits from Feature#773_EditExpenseType into Feature_Expense 2025-07-25 18:24:43 +00:00
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>