HM-42 Облагородил вывод информации апи в модалке (#16)
This commit is contained in:
@ -19,7 +19,7 @@ class ApiInfoComponent extends Component {
|
||||
if (this.object) {
|
||||
this.infoTitle.textContent = this.object.key ;
|
||||
this.infoSidebar.textContent = this.object.description;
|
||||
this.infoEditor.textContent = this.object.value;
|
||||
this.infoEditor.innerHTML = JSON.stringify(this.object.value);
|
||||
this.infoFooter.textContent = this.object.author;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user