From 15b42c7d1977f425896142ebb637449f754accf9 Mon Sep 17 00:00:00 2001 From: Emir Karabeg Date: Thu, 30 Jan 2025 13:42:37 -0800 Subject: [PATCH] Fixed comment on short input --- .../components/sub-block/components/short-input.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/w/components/workflow-block/components/sub-block/components/short-input.tsx b/app/w/components/workflow-block/components/sub-block/components/short-input.tsx index 24903fee6..e3a6031f3 100644 --- a/app/w/components/workflow-block/components/sub-block/components/short-input.tsx +++ b/app/w/components/workflow-block/components/sub-block/components/short-input.tsx @@ -81,7 +81,6 @@ export function ShortInput({ ? '•'.repeat(value?.toString().length ?? 0) : value?.toString() ?? '' - // Add this function to format the text with tags const formatDisplayText = (text: string) => { if (!text) return null