Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2021-07-18 19:08:14 +01:00 committed by GitHub
parent 92da841d72
commit 7c52f8cabc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7035,8 +7035,8 @@ module.exports = (_ => {
disabled: props.disabled,
cardId: props.key,
settingId: setting,
shape: InternalComponents.LibraryComponents.Checkbox.Shapes.ROUND,
type: InternalComponents.LibraryComponents.Checkbox.Types.INVERTED,
shape: InternalComponents.LibraryComponents.Checkbox.Shapes && InternalComponents.LibraryComponents.Checkbox.Shapes.ROUND,
type: InternalComponents.LibraryComponents.Checkbox.Types && InternalComponents.LibraryComponents.Checkbox.Types.INVERTED,
color: this.props.checkboxColor,
getColor: this.props.getCheckboxColor,
value: props[setting],