Skip to content

Commit 3341b9d

Browse files
Vikhyath MondretiVikhyath Mondreti
authored andcommitted
works
1 parent 3056062 commit 3341b9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components/webhook

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components/webhook/webhook.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { createLogger } from '@/lib/logs/console-logger'
1616
import { useSubBlockStore } from '@/stores/workflows/subblock/store'
1717
import { useWorkflowStore } from '@/stores/workflows/workflow/store'
1818
import { useSubBlockValue } from '../../hooks/use-sub-block-value'
19-
import { CredentialSelector } from '../credential-selector/credential-selector'
19+
import { ToolCredentialSelector } from '../tool-input/components/tool-credential-selector'
2020
import { WebhookModal } from './components/webhook-modal'
2121

2222
const logger = createLogger('WebhookConfig')
@@ -564,7 +564,7 @@ export function WebhookConfig({
564564
{error && <div className='mb-2 text-red-500 text-sm dark:text-red-400'>{error}</div>}
565565

566566
<div className='mb-3'>
567-
<CredentialSelector
567+
<ToolCredentialSelector
568568
value={gmailCredentialId}
569569
onChange={handleCredentialChange}
570570
provider='google-email'

0 commit comments

Comments
 (0)