This commit is contained in:
Mirco Wittrien 2019-12-18 19:37:17 +01:00
parent a859116ef1
commit c90b416b06
2 changed files with 3 additions and 1 deletions

View File

@ -7648,6 +7648,8 @@
}),
(BDFDB.ArrayUtils.is(this.props.data) ? this.props.data : [{}]).filter(n => n).map(data => BDFDB.ReactUtils.createElement(LibraryComponents.Card, BDFDB.ObjectUtils.exclude(Object.assign({}, this.props, {
className: BDFDB.DOMUtils.formatClassName(BDFDB.disCN.cardprimaryoutline, BDFDB.disCN.settingstablecard, this.props.cardClassName),
id: data.id,
key: data.key,
backdrop: false,
children: [
BDFDB.ReactUtils.createElement(LibraryComponents.Flex, {

File diff suppressed because one or more lines are too long