refactor: update app menu links

This commit is contained in:
Carlos Valente
2025-07-08 05:56:33 +02:00
committed by Carlos Valente
parent 4365c19498
commit 9281c0b51d
6 changed files with 61 additions and 57 deletions
@@ -95,7 +95,7 @@ function StoppedStatus() {
const hasReport = Object.keys(data).length > 0;
if (hasReport) {
return <AppLink search='settings=feature_settings__report'>Go to report management</AppLink>;
return <AppLink search='settings=sharing__report'>Go to report management</AppLink>;
}
return null;