Refactor_Expenses #317

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

View File

@ -84,6 +84,7 @@ const AttendancePage = () => {
<>
{isCreateModalOpen && modelConfig && (
<GlobalModel
modalType="top"
isOpen={isCreateModalOpen}
size={modelConfig?.action === 6 && "lg"}
closeModal={closeModal}