|
|
@ -74,7 +74,7 @@ export class ListItemModel extends Model<{ |
|
|
|
return { |
|
|
|
return { |
|
|
|
...item, |
|
|
|
...item, |
|
|
|
connectionName: item.connectionName === oldName ? newName : item.connectionName, |
|
|
|
connectionName: item.connectionName === oldName ? newName : item.connectionName, |
|
|
|
connectionId: oldName, |
|
|
|
connectionId: item.connectionName === oldName ? newName : item.connectionName, |
|
|
|
}; |
|
|
|
}; |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|