From 8a8589e18d246564d83e8cd4ef3b340ce54de46a Mon Sep 17 00:00:00 2001 From: Lakee Sivaraya Date: Tue, 13 Jan 2026 19:02:31 -0800 Subject: [PATCH] one input mode --- .../filter-format/filter-format.tsx | 5 +- .../components/sort-format/sort-format.tsx | 5 +- apps/sim/blocks/blocks/table.ts | 58 ++++++++----------- 3 files changed, 26 insertions(+), 42 deletions(-) diff --git a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/filter-format/filter-format.tsx b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/filter-format/filter-format.tsx index 34f899f50..968a13be0 100644 --- a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/filter-format/filter-format.tsx +++ b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/filter-format/filter-format.tsx @@ -125,10 +125,7 @@ export function FilterFormat({ ) : ( <> {conditions.map((condition, index) => ( -
+
{/* Remove Button */}