dosubot[bot] commented on issue #32855: URL: https://github.com/apache/superset/issues/32855#issuecomment-2753306511
<!-- Answer --> To enable tab selection for dashboard alerts and reports in Superset version 4.1.2, you need to ensure that the feature flag `ALERT_REPORT_TABS` is enabled. According to your configuration, this flag is already set to `True`, which should activate the tab selection feature for alerts and reports <sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/CHANGELOG.md)</sup>. If the feature is still not working as expected, consider checking the following: 1. **Browser Cache**: Clear your browser cache or try accessing Superset in incognito mode to ensure that cached files are not causing the issue. 2. **Superset Logs**: Review the Superset logs for any errors or warnings that might indicate why the feature is not functioning. 3. **Frontend Build**: Ensure that the frontend assets are correctly built and up-to-date. Sometimes, rebuilding the frontend can resolve issues related to feature flags not being applied. If these steps do not resolve the issue, it might be helpful to look for any related discussions or issues in the Superset community. I found a similar unsolved discussion titled "[alert/report] Solution for dashboards with multiple tabs" that might provide additional insights <sup>[[2]](https://github.com/apache/superset/discussions/18475)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/597e42fe-b228-425f-a1c8-88abe33d5d16?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/597e42fe-b228-425f-a1c8-88abe33d5d16?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/597e42fe-b228-425f-a1c8-88abe33d5d16?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/597e42fe-b228-425f-a1c8-88abe33d5d16?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/597e42fe-b228-425f-a1c8-88abe33d5d16?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/597e42fe-b228-425f-a1c8-88abe33d5d16?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/597e42fe-b228-425f-a1c8-88abe33d5d16?feedback_type=other)</sup> -- 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]
