finale fixes
This commit is contained in:
parent
2d9c644bac
commit
ae53cd80c9
|
@ -7653,11 +7653,11 @@
|
|||
}),
|
||||
(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,
|
||||
cardId: data.key,
|
||||
backdrop: false,
|
||||
children: [
|
||||
BDFDB.ReactUtils.createElement(LibraryComponents.Flex, {
|
||||
align: LibraryComponents.Flex.Align.CENTER,
|
||||
children: this.props.renderLabel(data)
|
||||
}),
|
||||
BDFDB.ReactUtils.createElement(LibraryComponents.Flex, {
|
||||
|
@ -7672,6 +7672,8 @@
|
|||
shrink: 0,
|
||||
wrap: true,
|
||||
children: BDFDB.ReactUtils.createElement(LibraryComponents.Checkbox, {
|
||||
cardId: data.key,
|
||||
settingId: setting,
|
||||
shape: LibraryComponents.Checkbox.Shapes.ROUND,
|
||||
type: LibraryComponents.Checkbox.Types.INVERTED,
|
||||
value: data[setting],
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue