Skip to content

Commit 9fe6f87

Browse files
committed
fix(blocks): preserve vertexCredential subblock ID for backwards compatibility
1 parent 69fbcab commit 9fe6f87

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

apps/sim/blocks/utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,10 @@ export function getApiKeyCondition() {
168168
export function getProviderCredentialSubBlocks(): SubBlockConfig[] {
169169
return [
170170
{
171-
id: 'vertexOauthCredential',
171+
id: 'vertexCredential',
172172
title: 'Google Cloud Account',
173173
type: 'oauth-input',
174174
serviceId: 'vertex-ai',
175-
canonicalParamId: 'vertexCredential',
176175
mode: 'basic',
177176
requiredScopes: getScopesForService('vertex-ai'),
178177
placeholder: 'Select Google Cloud account',

0 commit comments

Comments
 (0)