alexandrusoare commented on code in PR #32810:
URL: https://github.com/apache/superset/pull/32810#discussion_r2028589840


##########
superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:
##########
@@ -67,7 +67,9 @@ const FilterTitlePane: FC<Props> = ({
     setTimeout(() => {
       const element = document.getElementById('native-filters-tabs');
       if (element) {
-        const navList = element.getElementsByClassName('ant-tabs-nav-list')[0];
+        const navList = element.getElementsByClassName(
+          'antd5-tabs-nav-list',

Review Comment:
   I checked it now, and it seems we don't need it at all



-- 
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]

Reply via email to