fixing the navigation bar highlight for data-stores

This commit is contained in:
danfunk 2023-07-13 13:23:46 -04:00
parent 73aed82f24
commit 8cfdcf4212
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ export default function NavigationBar() {
newActiveKey = '/admin/process-instances';
} else if (location.pathname.match(/^\/admin\/configuration\b/)) {
newActiveKey = '/admin/configuration';
} else if (location.pathname.match(/^\/admin\/datastore\b/)) {
newActiveKey = '/admin/datastore';
} else if (location.pathname.match(/^\/admin\/data-stores\b/)) {
newActiveKey = '/admin/data-stores';
} else if (location.pathname === '/') {
newActiveKey = '/';
} else if (location.pathname.match(/^\/tasks\b/)) {