This commit is contained in:
Malini 2026-02-18 16:35:49 +05:30
parent 2eabb47eaa
commit 639d5f0d76

View File

@ -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);
}
}
}