Fixed breadcrumbs for reporting pages
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
export const DELTAGARE_REPORTING_ROUTES = {
|
||||
'gemensam-planering': 'Gemensam planering',
|
||||
'periodisk-redovisning': 'Periodisk redovisning',
|
||||
avvikelserapport: 'Avvikelserapport',
|
||||
};
|
||||
|
||||
export const NAVIGATION = {
|
||||
administration: 'Administration',
|
||||
personal: 'Hantera personalkonton',
|
||||
@@ -9,4 +15,5 @@ export const NAVIGATION = {
|
||||
'skapa-personalkonto': 'Skapa personalkonto',
|
||||
obehorig: 'Saknar behörigheter',
|
||||
tillganglighet: 'Tillgänglighetsredogörelse',
|
||||
...DELTAGARE_REPORTING_ROUTES,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user