Skip to content

Commit 477aaf8

Browse files
committed
fix: remove action labels
1 parent 94ca3d0 commit 477aaf8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/robot/pages/RobotEditPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,6 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
556556
inputs.push(
557557
<TextField
558558
key={`action-name-${pairIndex}-${actionIndex}`}
559-
label={`${t('Action')} ${pairIndex}:${actionIndex} - ${String(action.action)}`}
560559
type="text"
561560
value={currentName}
562561
onChange={(e) => handleActionNameChange(pairIndex, actionIndex, e.target.value)}

0 commit comments

Comments
 (0)