Sidebar changes
parent
95399a8dff
commit
e4319608cd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue