CodeRabbit summary code updated
This commit is contained in:
@@ -440,7 +440,7 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
|
|||||||
try {
|
try {
|
||||||
action.args[0] = { ...action.args[0], __name: newName };
|
action.args[0] = { ...action.args[0], __name: newName };
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// ignore
|
console.error('Failed to update legacy __name field:', e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user