EnxDev commented on code in PR #33231:
URL: https://github.com/apache/superset/pull/33231#discussion_r2085139039
##########
superset-frontend/src/explore/components/controls/ZoomConfigControl/ZoomConfigControl.tsx:
##########
@@ -18,8 +18,10 @@
*/
import { ControlHeader } from '@superset-ui/chart-controls';
import { css, styled, t } from '@superset-ui/core';
+// I restored the import from antd because the component is not working as
expected.
+// TODO: It requires a rework; after that, we can switch to antd-v5.
// eslint-disable-next-line no-restricted-imports
-import { Form, Tag } from 'antd'; // TODO: Remove antd
+import { Form, Tag } from 'antd';
Review Comment:
Please follow this
https://github.com/apache/superset/pull/33231#discussion_r2081594232
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]