Skip to content

Commit

Permalink
Fix content trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Oct 9, 2023
1 parent b73b90c commit 6421426
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ <h4>{{ 'common.schemas' | sqxTranslate }}</h4>
</button>
</div>
</div>
</div>

<div class="form-group" [formGroup]="triggerForm.form">
<div class="form-check">
<input class="form-check-input" type="checkbox" id="handleAll" formControlName="handleAll">
<label class="form-check-label" for="handleAll">
{{ 'rules.triggerAll' | sqxTranslate }}
</label>
</div>
<div class="form-group" [formGroup]="triggerForm.form">
<div class="form-check">
<input class="form-check-input" type="checkbox" id="handleAll" formControlName="handleAll">
<label class="form-check-label" for="handleAll">
{{ 'rules.triggerAll' | sqxTranslate }}
</label>
</div>
</div>
</div>
Expand Down

0 comments on commit 6421426

Please sign in to comment.