korbit-ai[bot] commented on code in PR #35612:
URL: https://github.com/apache/superset/pull/35612#discussion_r2425189708
##########
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:
I see, thank you for clarifying. The higher-level check addresses the
concern about unnecessary API calls when extensions are disabled.
--
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]