mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
fix redirection after changing household member
This commit is contained in:
parent
2a1f5cbad1
commit
6eaffcae49
@ -303,7 +303,7 @@ const store = createStore({
|
|||||||
if (household.type === 'household') {
|
if (household.type === 'household') {
|
||||||
household_id = household.id;
|
household_id = household.id;
|
||||||
// nothing to do anymore here, bye-bye !
|
// nothing to do anymore here, bye-bye !
|
||||||
window.location.replace(`/fr/person/household/${household_id}/members`);
|
window.location.replace(`/fr/person/household/${household_id}/summary`);
|
||||||
} else {
|
} else {
|
||||||
// we assume the answer was 422...
|
// we assume the answer was 422...
|
||||||
error = household;
|
error = household;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user