diff --git a/src/Components/SwitchButton.jsx b/src/Components/SwitchButton.jsx index b356a5f..3cd1788 100644 --- a/src/Components/SwitchButton.jsx +++ b/src/Components/SwitchButton.jsx @@ -11,36 +11,42 @@ const SwitchButton = ({ isSwitchOn, setIsSwitchOn }) => { - {isSwitchOn ? 'Active' : 'Inactive'} + {isSwitchOn ? 'Active' : 'InActive'} diff --git a/src/Pages/Master/InvestmentType/AddInvestmentType.jsx b/src/Pages/Master/InvestmentType/AddInvestmentType.jsx index fdcef1b..4bbe497 100644 --- a/src/Pages/Master/InvestmentType/AddInvestmentType.jsx +++ b/src/Pages/Master/InvestmentType/AddInvestmentType.jsx @@ -105,7 +105,7 @@ const AddInvestmentType = () => { name: "investmentName", type: "text", isRequired: true, - section: "Personal Details", + section: "Add Details", }, { label: "Investment Name (Arabic)", @@ -113,14 +113,14 @@ const AddInvestmentType = () => { type: "text", isRequired: true, arabic: true, - section: "Personal Details", + section: "Add Details", }, { label: "Description Name", name: "description", type: "text", isRequired: true, - section: "Personal Details", + section: "Add Details", }, { label: "Description Name (Arabic)", @@ -128,7 +128,7 @@ const AddInvestmentType = () => { type: "text", isRequired: true, arabic: true, - section: "Personal Details", + section: "Add Details", }, ]; @@ -157,7 +157,9 @@ const AddInvestmentType = () => { return ( - + + + {