diff --git a/src/notebooks/deepnote/integrations/integrationManager.ts b/src/notebooks/deepnote/integrations/integrationManager.ts index 5a9c307f2..1b495e19a 100644 --- a/src/notebooks/deepnote/integrations/integrationManager.ts +++ b/src/notebooks/deepnote/integrations/integrationManager.ts @@ -173,11 +173,6 @@ export class IntegrationManager implements IIntegrationManager { } } - if (integrations.size === 0) { - void window.showInformationMessage(l10n.t('No integrations found in this project.')); - return; - } - // Show the webview with optional selected integration await this.webviewProvider.show(projectId, integrations, selectedIntegrationId); }