Skip to content

Commit 2ee6cba

Browse files
committed
fix(blocks): add canonicalParamId to vertexCredential basic subblock to complete the swap pair
1 parent d611c33 commit 2ee6cba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/sim/blocks/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ export function getProviderCredentialSubBlocks(): SubBlockConfig[] {
172172
title: 'Google Cloud Account',
173173
type: 'oauth-input',
174174
serviceId: 'vertex-ai',
175+
canonicalParamId: 'vertexCredential',
175176
mode: 'basic',
176177
requiredScopes: getScopesForService('vertex-ai'),
177178
placeholder: 'Select Google Cloud account',

0 commit comments

Comments
 (0)