mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 12:23:51 +00:00
refactor: update app menu links
This commit is contained in:
committed by
Carlos Valente
parent
4365c19498
commit
9281c0b51d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user