fixed settings panel
This commit is contained in:
parent
584c5125de
commit
8babf0d4f9
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import { UserSection } from '../components/Navigation/UserSection';
|
|||
import { WorkspaceKeepAlive } from '../pages/views/workspace/WorkspaceKeepAlive';
|
||||
import styles from './MainLayout.module.css';
|
||||
|
||||
const _WORKSPACE_ROUTE_RE = /\/mandates\/[^/]+\/workspace\/[^/]+/;
|
||||
const _WORKSPACE_ROUTE_RE = /\/mandates\/[^/]+\/workspace\/[^/]+\/dashboard/;
|
||||
|
||||
// =============================================================================
|
||||
// INNER LAYOUT (mit Zugriff auf Store)
|
||||
|
|
|
|||
Loading…
Reference in a new issue