diff --git a/ipi-survey-platform/src/pages/Admin/configuration/EditCompanyProfile.jsx b/ipi-survey-platform/src/pages/Admin/configuration/EditCompanyProfile.jsx index 8d4770e..f37b862 100644 --- a/ipi-survey-platform/src/pages/Admin/configuration/EditCompanyProfile.jsx +++ b/ipi-survey-platform/src/pages/Admin/configuration/EditCompanyProfile.jsx @@ -397,8 +397,8 @@ const EditCompanyProfile = () => { // Clear newly added product IDs setNewlyAddedProductIds(new Set()); - // Refresh page to update the UI - window.location.reload(); + // Refresh component to update the UI while staying on current step + navigate(window.location.pathname); } } }