fix(web): previous previous route when hiding person (#4452)

This commit is contained in:
martin
2023-10-12 17:31:34 +02:00
committed by GitHub
parent 9af5e7838f
commit 41af76bbe2
3 changed files with 8 additions and 3 deletions

View File

@@ -245,7 +245,7 @@
};
const handleMergeFaces = (detail: PersonResponseDto) => {
goto(`${AppRoute.PEOPLE}/${detail.id}?action=merge`);
goto(`${AppRoute.PEOPLE}/${detail.id}?action=merge&previousRoute=${AppRoute.PEOPLE}`);
};
const submitNameChange = async () => {