villebro commented on code in PR #35612:
URL: https://github.com/apache/superset/pull/35612#discussion_r2425189568
##########
superset-frontend/src/extensions/ExtensionsManager.ts:
##########
@@ -62,9 +57,6 @@ class ExtensionsManager {
* @throws Error if initialization fails.
*/
public async initializeExtensions(): Promise<void> {
- if (!isFeatureEnabled(FeatureFlag.EnableExtensions)) {
- return;
- }
const response = await SupersetClient.get({
endpoint: '/api/v1/extensions/',
});
Review Comment:
No, the check was moved one level up, so that this is never triggered if the
flag is unset.
--
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]