mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-2365] infodrawer metadata in expanded card (#1090)
* feat(info-drawer):- infodrawer default metadata in expanded card * * test added * * initial state fixed * * package updated with beta
This commit is contained in:
@@ -128,3 +128,8 @@ export const getRuleContext = createSelector(
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
export const infoDrawerMetadataAspect = createSelector(
|
||||
selectApp,
|
||||
state => state.infoDrawerMetadataAspect
|
||||
);
|
||||
|
Reference in New Issue
Block a user