IO-3066 Call partner refresh on shop change.

This commit is contained in:
Patrick Fic
2025-04-14 15:29:45 -07:00
parent e015d3574a
commit 22b011139d

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