Skip to content

Commit

Permalink
chore: fix typo (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi committed Feb 2, 2020
1 parent cf51dce commit 07ec6b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/shared/modules/sai-editor/sai-editor.component.html
Expand Up @@ -179,7 +179,7 @@
</div>
</div>

<div class="form-row" [hidden]="isTimedActionlists">>
<div class="form-row" [hidden]="isTimedActionlists">
<div class="form-group col-7">
<label class="control-label" id="label-event-param3">
{{ getName('param3', EVENT_PARAM3_NAMES[selectedEvent]) }} <i
Expand All @@ -195,7 +195,7 @@
</div>
</div>

<div class="form-row" [hidden]="isTimedActionlists">>
<div class="form-row" [hidden]="isTimedActionlists">
<div class="form-group col-7">
<label class="control-label" id="label-event-param4">
{{ getName('param4', EVENT_PARAM4_NAMES[selectedEvent]) }} <i
Expand All @@ -206,12 +206,12 @@
</label>
</div>

<div class="form-group col-5" [hidden]="isTimedActionlists">>
<div class="form-group col-5" [hidden]="isTimedActionlists">
<input [formControlName]="'event_param4'" id="event_param4" type="number" class="form-control form-control-sm">
</div>
</div>

<div class="form-row" [hidden]="isTimedActionlists">>
<div class="form-row" [hidden]="isTimedActionlists">
<div class="form-group col-7">
<label class="control-label" id="label-event-param5">
{{ getName('param5', EVENT_PARAM5_NAMES[selectedEvent]) }} <i
Expand Down

0 comments on commit 07ec6b4

Please sign in to comment.