|
|
@ -65,6 +65,7 @@ |
|
|
<ng-template #notEditing> |
|
|
<ng-template #notEditing> |
|
|
<form [formGroup]="editForm.form" class="edit-form" (ngSubmit)="save()"> |
|
|
<form [formGroup]="editForm.form" class="edit-form" (ngSubmit)="save()"> |
|
|
<sqx-field-form |
|
|
<sqx-field-form |
|
|
|
|
|
[isEditable]="true" |
|
|
[patterns]="patternsState.patterns | async" |
|
|
[patterns]="patternsState.patterns | async" |
|
|
[editForm]="editForm.form" |
|
|
[editForm]="editForm.form" |
|
|
[editFormSubmitted]="editForm.submitted | async" |
|
|
[editFormSubmitted]="editForm.submitted | async" |
|
|
|