This is an automated email from the ASF dual-hosted git repository. yongjiezhao pushed a commit to branch add-translation-for-DatePicker in repository https://gitbox.apache.org/repos/asf/superset.git
commit 738f78b38b539f058574eaf378cefb8bff148a4a Author: Kevin Dethelot <[email protected]> AuthorDate: Fri Sep 2 09:28:20 2022 -0400 Fix CI : revert tsconfig.json and add ts-ignore on import --- .../components/controls/DateFilterControl/components/CustomFrame.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx b/superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx index b24ab70268..e55d3ad779 100644 --- a/superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx +++ b/superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx @@ -42,7 +42,7 @@ import { FrameComponentProps, } from 'src/explore/components/controls/DateFilterControl/types'; // @ts-ignore -import locales from 'antd/dist/antd-with-locales'; +import { locales } from 'antd/dist/antd-with-locales'; import { bootstrapData } from 'src/preamble'; const languages = {
