Skip to content

Commit 5f51dc2

Browse files
committed
address ux concern
1 parent 5458e9d commit 5f51dc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/components/deploy-modal/components/mcp

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/components/deploy-modal/components/mcp/mcp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ export function McpDeploy({
600600
[field.name]: e.target.value,
601601
}))
602602
}
603-
placeholder={`Describe ${field.name}`}
603+
placeholder={startBlockDescriptions[field.name] || `Describe ${field.name}`}
604604
/>
605605
</div>
606606
</div>

0 commit comments

Comments
 (0)