From 5fa61bbdf413e9d52b5793cf2e4dfd6b8a76b732 Mon Sep 17 00:00:00 2001 From: Jinheng Zhu Date: Mon, 27 Mar 2023 10:08:12 +0800 Subject: [PATCH] bugfix: Fix the error when status of `disableDateTemparyToggle` is not available --- package.json | 2 +- src/AntdDateRangePicker.tsx | 2 +- src/package.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a44aa42..adc236e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antddaterangepicker", "widgetName": "AntdDateRangePicker", - "version": "1.1.0", + "version": "1.1.1", "description": "A powerful Mendix pluggable widget used to pick date and time. It brings the ant-deign widget DatePicker into Mendix and implements almost all the features of the original widget.", "copyright": "© Mendix Technology BV 2022. All rights reserved.", "author": "Jonathan Zhu", diff --git a/src/AntdDateRangePicker.tsx b/src/AntdDateRangePicker.tsx index 3275ebf..408be21 100644 --- a/src/AntdDateRangePicker.tsx +++ b/src/AntdDateRangePicker.tsx @@ -145,7 +145,7 @@ export class AntdDateRangePicker extends Component - +