From 7c52f8cabc20f09c81cd9f26036ec8bb683f3be1 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sun, 18 Jul 2021 19:08:14 +0100 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index 9bd6e05355..582c74dcfe 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -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],