Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2020-12-25 16:28:49 +01:00
parent 8f59300474
commit ba24e87cec
1 changed files with 2 additions and 1 deletions

View File

@ -6573,13 +6573,14 @@ module.exports = (_ => {
settingId: setting,
shape: InternalComponents.LibraryComponents.Checkbox.Shapes.ROUND,
type: InternalComponents.LibraryComponents.Checkbox.Types.INVERTED,
color: this.props.checkboxColor,
value: props[setting],
onChange: this.props.onCheckboxChange
})
})).flat(10).filter(n => n)
})
]
}), "title", "data", "settings", "renderLabel", "cardClassName", "cardStyle", "onCheckboxChange", "maxWidth", "fullWidth", "biggestWidth", "pagination"));
}), "title", "data", "settings", "renderLabel", "cardClassName", "cardStyle", "checkboxColor", "onCheckboxChange", "maxWidth", "fullWidth", "biggestWidth", "pagination"));
}
render() {
this.props.settings = BDFDB.ArrayUtils.is(this.props.settings) ? this.props.settings : [];