fix delete blueprint editor button

This commit is contained in:
CITE\amentis 2024-09-12 16:38:19 +03:00
parent 7605f48637
commit 26dfe834ea
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ export class PlanBlueprintEditorComponent extends BaseEditor<PlanBlueprintEditor
}
public delete() {
const value = this.formGroup.value;
const value = this.formGroup.getRawValue();
if (value.id) {
const dialogRef = this.dialog.open(ConfirmationDialogComponent, {
maxWidth: '300px',