We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e32ee9 commit d611c33Copy full SHA for d611c33
apps/sim/blocks/utils.ts
@@ -168,11 +168,10 @@ export function getApiKeyCondition() {
168
export function getProviderCredentialSubBlocks(): SubBlockConfig[] {
169
return [
170
{
171
- id: 'vertexOauthCredential',
+ id: 'vertexCredential',
172
title: 'Google Cloud Account',
173
type: 'oauth-input',
174
serviceId: 'vertex-ai',
175
- canonicalParamId: 'vertexCredential',
176
mode: 'basic',
177
requiredScopes: getScopesForService('vertex-ai'),
178
placeholder: 'Select Google Cloud account',
0 commit comments