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 24903fee66..e3a6031f34 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