fix
This commit is contained in:
parent
2eabb47eaa
commit
639d5f0d76
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user