src/app/routes/devices/basic-info/device-edit/device-edit.component.ts
@@ -115,7 +115,7 @@ this.subject.destroy(); } save($event, value, valid) { $event.preventDefault(); const _prevent = !!$event ? $event.preventDefault() : null ; if (valid) { this.isSaving = true; this.data = value;