fix
This commit is contained in:
parent
2eabb47eaa
commit
639d5f0d76
@ -397,8 +397,8 @@ const EditCompanyProfile = () => {
|
|||||||
// Clear newly added product IDs
|
// Clear newly added product IDs
|
||||||
setNewlyAddedProductIds(new Set());
|
setNewlyAddedProductIds(new Set());
|
||||||
|
|
||||||
// Refresh page to update the UI
|
// Refresh component to update the UI while staying on current step
|
||||||
window.location.reload();
|
navigate(window.location.pathname);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user