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 06a5c2d commit 520b2f6Copy full SHA for 520b2f6
src/core/webview/ClineProvider.ts
@@ -1836,7 +1836,9 @@ export class ClineProvider
1836
let cloudOrganizations: CloudOrganizationMembership[] = []
1837
1838
try {
1839
- cloudOrganizations = await CloudService.instance.getOrganizationMemberships()
+ if (!CloudService.instance.isCloudAgent) {
1840
+ cloudOrganizations = await CloudService.instance.getOrganizationMemberships()
1841
+ }
1842
} catch (error) {
1843
// Ignore this error.
1844
}
0 commit comments