Skip to content

Commit c3a337f

Browse files
committed
Fixes connection flow when more integrations are needed to be connected
1 parent 73c8f7a commit c3a337f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/plus/integrations/integrationService.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ export class IntegrationService implements Disposable {
174174
if (cloudIntegrationTypes.length > 0) {
175175
query += `&provider=${cloudIntegrationTypes.join(',')}`;
176176
}
177+
if (cloudIntegrationTypes.length > 1) {
178+
query += '&flow=expanded';
179+
}
177180
}
178181

179182
const baseQuery = query;

0 commit comments

Comments
 (0)