bito-code-review[bot] commented on code in PR #41285: URL: https://github.com/apache/superset/pull/41285#discussion_r3585098043
########## superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.tsx: ########## @@ -94,6 +98,119 @@ const TabTitle = styled.span` // Get the user's OS const userOS = detectOS(); Review Comment: <!-- Bito Reply --> The suggestion to remove `userOS` and `newTabTooltip` is not appropriate because these constants are actively used in other parts of the file, such as the bottom tooltip and the mobile add-tab button. Removing them would break existing functionality. -- 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]
