We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdad19 commit 7ad3d78Copy full SHA for 7ad3d78
src/notebooks/deepnote/integrations/integrationManager.ts
@@ -173,11 +173,6 @@ export class IntegrationManager implements IIntegrationManager {
173
}
174
175
176
- if (integrations.size === 0) {
177
- void window.showInformationMessage(l10n.t('No integrations found in this project.'));
178
- return;
179
- }
180
-
181
// Show the webview with optional selected integration
182
await this.webviewProvider.show(projectId, integrations, selectedIntegrationId);
183
0 commit comments