[ACS-3886] Fix edit button being disabled when opening edit rule dialog initially (#2754)

* [ACS-3886] Fix edit button being disabled when opening edit rule dialog initially

* Fix test
This commit is contained in:
Thomas Hunter
2022-11-02 09:35:52 +00:00
committed by GitHub
parent 423ab7e2d2
commit 2b12fa983c
4 changed files with 19 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
[aspects]="aspects$ | async"
[value]="model"
(formValueChanged)="formValue = $event"
(formValidationChanged)="formValid = $event">
(formValidationChanged)="onFormValidChange($event)">
</aca-rule-details>
</ng-template>
</mat-dialog-content>