View | Details | Raw Unified | Return to bug 34418
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/stores/navigation.js (-2 / +2 lines)
Lines 123-129 export const useNavigationStore = defineStore("navigation", { Link Here
123
                        icon: null,
123
                        icon: null,
124
                        path: match.path,
124
                        path: match.path,
125
                        children: null,
125
                        children: null,
126
                    }));
126
                    }))
127
                    .filter(match => match.title);
127
            }
128
            }
128
        },
129
        },
129
        leftNavigation() {
130
        leftNavigation() {
130
- 

Return to bug 34418