mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
customisable header image url (#1449)
This commit is contained in:
@@ -43,6 +43,11 @@ export const getLogoPath = createSelector(
|
||||
state => state.logoPath
|
||||
);
|
||||
|
||||
export const getHeaderImagePath = createSelector(
|
||||
selectApp,
|
||||
state => state.headerImagePath
|
||||
);
|
||||
|
||||
export const getLanguagePickerState = createSelector(
|
||||
selectApp,
|
||||
state => state.languagePicker
|
||||
|
Reference in New Issue
Block a user