diff --git a/src/AntdDateRangePicker.editorConfig.ts b/src/AntdDateRangePicker.editorConfig.ts index 8228de9..7adec0c 100644 --- a/src/AntdDateRangePicker.editorConfig.ts +++ b/src/AntdDateRangePicker.editorConfig.ts @@ -105,7 +105,11 @@ export function getProperties( ): Properties { // Do the values manipulation here to control the visibility of properties in Studio and Studio Pro conditionally. if (values.disableDateMode === "off") { - hidePropertiesIn(defaultProperties, values, ["disableDateTemparyToggle", "disableDatesDatasource", "disableDatesAttribute"]); + hidePropertiesIn(defaultProperties, values, [ + "disableDateTemparyToggle", + "disableDatesDatasource", + "disableDatesAttribute" + ]); } if (values.showCustomFooter === false) { hidePropertyIn(defaultProperties, values, "pannelFooterContent");