Skip to content

Commit 7ad3d78

Browse files
authored
fix: allow opening of integrations management with no integrations in project (#170)
1 parent 5fdad19 commit 7ad3d78

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/notebooks/deepnote/integrations/integrationManager.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,6 @@ export class IntegrationManager implements IIntegrationManager {
173173
}
174174
}
175175

176-
if (integrations.size === 0) {
177-
void window.showInformationMessage(l10n.t('No integrations found in this project.'));
178-
return;
179-
}
180-
181176
// Show the webview with optional selected integration
182177
await this.webviewProvider.show(projectId, integrations, selectedIntegrationId);
183178
}

0 commit comments

Comments
 (0)