@ -77,6 +77,7 @@ export class ListItem extends BI.BasicButton {
});
this.store.setIsEdit(false, name);
this.nameLabel.setText(name);
this.nameEditor.setValue(name);
return;
}
@ -87,6 +88,7 @@ export class ListItem extends BI.BasicButton {
level: 'error',
} else {
this.nameLabel.setText(newName);