From 639d5f0d76f91574f3413ad8f155a484d14f33aa Mon Sep 17 00:00:00 2001 From: Malini Date: Wed, 18 Feb 2026 16:35:49 +0530 Subject: [PATCH] fix --- .../src/pages/Admin/configuration/EditCompanyProfile.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } } }