fix: remove action labels
This commit is contained in:
@@ -556,7 +556,6 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
|
|||||||
inputs.push(
|
inputs.push(
|
||||||
<TextField
|
<TextField
|
||||||
key={`action-name-${pairIndex}-${actionIndex}`}
|
key={`action-name-${pairIndex}-${actionIndex}`}
|
||||||
label={`${t('Action')} ${pairIndex}:${actionIndex} - ${String(action.action)}`}
|
|
||||||
type="text"
|
type="text"
|
||||||
value={currentName}
|
value={currentName}
|
||||||
onChange={(e) => handleActionNameChange(pairIndex, actionIndex, e.target.value)}
|
onChange={(e) => handleActionNameChange(pairIndex, actionIndex, e.target.value)}
|
||||||
|
|||||||
Reference in New Issue
Block a user