This commit is contained in:
Mirco Wittrien 2019-11-07 17:09:30 +01:00
parent 60f2a782ba
commit dbf1e3bf33
2 changed files with 3 additions and 1 deletions

View File

@ -6580,6 +6580,8 @@ var BDFDB = {
LibraryComponents.MessageComponents = Object.assign({}, BDFDB.ModuleUtils.findByProperties("Message", "MessageTimestamp"));
LibraryComponents.MessageGroup = BDFDB.ModuleUtils.findByName("FluxContainer(ConnectedMessageGroup)");
LibraryComponents.MessagesPopoutComponents = Object.assign({}, BDFDB.ModuleUtils.findByProperties("Header", "EmptyStateBottom"));
LibraryComponents.ModalComponents = Object.assign({}, BDFDB.ModuleUtils.findByProperties("ModalContent", "ModalFooter"));

File diff suppressed because one or more lines are too long