[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:
dhrn
2019-05-01 18:52:11 +05:30
committed by Denys Vuika
parent f45145f3a6
commit 6d3b6407bc
11 changed files with 139 additions and 58 deletions

View File

@@ -128,3 +128,8 @@ export const getRuleContext = createSelector(
};
}
);
export const infoDrawerMetadataAspect = createSelector(
selectApp,
state => state.infoDrawerMetadataAspect
);