Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions apps/sim/blocks/blocks/wealthbox.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -68,11 +68,8 @@ export const WealthboxBlock: BlockConfig<WealthboxResponse> = {
},
{
id: 'taskId',
title: 'Select Task',
type: 'file-selector',
provider: 'wealthbox',
serviceId: 'wealthbox',
requiredScopes: ['login', 'data'],
title: 'Task ID',
type: 'short-input',
layout: 'full',
placeholder: 'Enter Task ID',
mode: 'basic',
Expand Down