From 16716ea26a2ad5c8bfb73ab47499aafac8da97d3 Mon Sep 17 00:00:00 2001 From: Waleed Date: Tue, 20 Jan 2026 19:24:59 -0800 Subject: [PATCH] fix(ui): change add inputs button to match output selector (#2907) --- .../w/[workflowId]/components/chat/chat.tsx | 9 ++++----- .../components/deploy-modal/components/a2a/a2a.tsx | 10 ++++------ bun.lock | 1 + 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/chat/chat.tsx b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/chat/chat.tsx index 24d609f50..d1ddd0cc2 100644 --- a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/chat/chat.tsx +++ b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/chat/chat.tsx @@ -886,17 +886,16 @@ export function Chat() { onMouseDown={(e) => e.stopPropagation()} > {shouldShowConfigureStartInputsButton && ( - { e.stopPropagation() handleConfigureStartInputs() }} > - Add inputs - + Add inputs + )} <start.files>.

{missingFields.any && ( - - Add inputs - + Add inputs + )} diff --git a/bun.lock b/bun.lock index 44478f6a0..63371060b 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "simstudio",