Browse Source
Fixed the saving of "usage" rules (#1056)
Co-authored-by: Piotr Wójcik <piotrwojcik@outlook.fr>
pull/1058/head
Piotr Wójcik
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
frontend/src/app/features/rules/pages/rule/rule-page.component.html
|
|
@ -87,7 +87,7 @@ |
|
|
<sqx-schema-changed-trigger [triggerForm]="currentTrigger.form"></sqx-schema-changed-trigger> |
|
|
<sqx-schema-changed-trigger [triggerForm]="currentTrigger.form"></sqx-schema-changed-trigger> |
|
|
</ng-container> |
|
|
</ng-container> |
|
|
<ng-container *ngSwitchCase="'Usage'"> |
|
|
<ng-container *ngSwitchCase="'Usage'"> |
|
|
<sqx-usage-trigger [triggerForm]="currentTrigger.form"></sqx-usage-trigger> |
|
|
<sqx-usage-trigger [triggerForm]="currentTrigger"></sqx-usage-trigger> |
|
|
</ng-container> |
|
|
</ng-container> |
|
|
</ng-container> |
|
|
</ng-container> |
|
|
</ng-container> |
|
|
</ng-container> |
|
|
|