Sidebar changes

oggui/ogboot
Alvaro Puente Mella 2024-08-14 17:30:23 +02:00
parent 95399a8dff
commit e4319608cd
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ boot
if (this.firstFormGroup.valid && this.secondFormGroup.valid) {
const updatedTemplate = {
name: this.firstFormGroup.value.name,
templateContent: this.previewContent.trim(),
templateContent: "this.previewContent.trim()",
};
this.http.patch(`http://127.0.0.1:8080/pxe-templates/${this.data.uuid}`, updatedTemplate)