Merged in feature/IO-3066-partner-refresh (pull request #2268)

IO-3066 Call partner refresh on shop change.
This commit is contained in:
Patrick Fic
2025-04-14 22:32:44 +00:00

View File

@@ -54,6 +54,9 @@ export function ProfileShopsContainer({ bodyshop, currentUser }) {
//Force window refresh.
//Ping the new partner to refresh.
axios.post("http://localhost:1337/refresh");
window.location.reload();
};