geido commented on code in PR #33851:
URL: https://github.com/apache/superset/pull/33851#discussion_r2159893364
##########
superset-frontend/src/features/home/RightMenu.tsx:
##########
@@ -500,15 +494,6 @@ const RightMenu = ({
<ThemeEditor theme={themeEditorTheme} setTheme={setTheme} />
</span>
)}
- {isFeatureEnabled(FeatureFlag.ThemeEnableDarkThemeSwitch) && (
- <span>
- <ThemeSelect
Review Comment:
@mistercrunch isn't this the component that controls the option for the user
for default / dark / system settings mode? I don't think this is a leftover.
This was meant to be here.
--
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]