Tabs API renaming

This commit is contained in:
Logan Ramos
2022-03-21 13:35:26 -04:00
parent 75be49700c
commit a2d8edb83d
8 changed files with 70 additions and 73 deletions

View File

@@ -46,7 +46,7 @@ class ExtHostEditorTab {
get label() {
return that._dto.label;
},
get input() {
get kind() {
return that._input;
},
get isDirty() {
@@ -58,7 +58,7 @@ class ExtHostEditorTab {
get isPreview() {
return that._dto.isPreview;
},
get parentGroup() {
get group() {
return that._parentGroup.apiObject;
}
};