diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 6938e090..535b4c98 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -45,10 +45,8 @@ export const RightSidePanel: React.FC = ({ onFinishCapture if (confirmedListTextFields[listId]?.[fieldKey]) { return; } - // This is a text field within a list step updateListTextFieldLabel(listId, fieldKey, label); } else { - // This is a standalone text step setTextLabels(prevLabels => ({ ...prevLabels, [id]: label })); } if (!label.trim()) {