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


##########
superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.tsx:
##########
@@ -310,10 +306,8 @@ class TabbedSqlEditors extends 
PureComponent<TabbedSqlEditorsProps> {
             />
           </Tooltip>
         }
-      >
-        {editors}
-        {noQueryEditors && emptyTabState}
-      </StyledEditableTabs>
+        items={tabItems} // Use the dynamically generated items array

Review Comment:
   removed!



##########
superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:
##########
@@ -214,122 +214,126 @@ const ContourPopoverControl = ({
     }
   };
 
+  // Define tab items

Review Comment:
   removed!



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