We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ca3d0 commit 477aaf8Copy full SHA for 477aaf8
src/components/robot/pages/RobotEditPage.tsx
@@ -556,7 +556,6 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
556
inputs.push(
557
<TextField
558
key={`action-name-${pairIndex}-${actionIndex}`}
559
- label={`${t('Action')} ${pairIndex}:${actionIndex} - ${String(action.action)}`}
560
type="text"
561
value={currentName}
562
onChange={(e) => handleActionNameChange(pairIndex, actionIndex, e.target.value)}
0 commit comments