mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
57053: added menu preview
This commit is contained in:
@@ -14,6 +14,7 @@ export const initialMenusState: MenusState = {
|
||||
{
|
||||
id: MenuID.ADMIN,
|
||||
collapsed: true,
|
||||
previewCollapsed: true,
|
||||
visible: false,
|
||||
sections: {},
|
||||
sectionToSubsectionIndex: {}
|
||||
@@ -22,6 +23,7 @@ export const initialMenusState: MenusState = {
|
||||
{
|
||||
id: MenuID.PUBLIC,
|
||||
collapsed: true,
|
||||
previewCollapsed: true,
|
||||
visible: true,
|
||||
sections: {},
|
||||
sectionToSubsectionIndex: {}
|
||||
|
Reference in New Issue
Block a user