codeant-ai-for-open-source[bot] commented on code in PR #41636:
URL: https://github.com/apache/superset/pull/41636#discussion_r3532950745
##########
superset-frontend/packages/superset-ui-core/src/components/Select/constants.ts:
##########
@@ -16,13 +16,54 @@
* specific language governing permissions and limitations
* under the License.
*/
-import { LabeledValue as AntdLabeledValue } from 'antd/es/select';
+import {
+ LabeledValue as AntdLabeledValue,
+ SelectProps as AntdSelectProps,
+} from 'antd/es/select';
Review Comment:
✅ **Customized review instruction saved!**
**Instruction:**
> Do not flag direct `antd/es/select` imports in the Select wrapper layer;
this directory intentionally uses Ant Design types directly.
**Applied to:**
- `superset-frontend/packages/superset-ui-core/src/components/Select/**`
---
💡 *To manage or update this instruction, visit: [CodeAnt AI
Settings](https://app.codeant.ai/org/settings/learnings)*
--
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]