chore: -rm comments
This commit is contained in:
@@ -45,10 +45,8 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
|
|||||||
if (confirmedListTextFields[listId]?.[fieldKey]) {
|
if (confirmedListTextFields[listId]?.[fieldKey]) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// This is a text field within a list step
|
|
||||||
updateListTextFieldLabel(listId, fieldKey, label);
|
updateListTextFieldLabel(listId, fieldKey, label);
|
||||||
} else {
|
} else {
|
||||||
// This is a standalone text step
|
|
||||||
setTextLabels(prevLabels => ({ ...prevLabels, [id]: label }));
|
setTextLabels(prevLabels => ({ ...prevLabels, [id]: label }));
|
||||||
}
|
}
|
||||||
if (!label.trim()) {
|
if (!label.trim()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user