Skip to content

Commit

Permalink
Hot fix HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavKostyukevich committed Apr 21, 2020
1 parent eb6bdb0 commit 7f60228
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h4 class="modal-title">{{issue.id ? 'View' : 'Create'}} Issue</h4>
<input id="issue-expression" type="text" class="form-control" placeholder="Regular Expression" [ngClass]="{
'is-valid': isExpressionOverlapped(),
'is-invalid': isExpressionOverlapped()
}" [(ngModel)]="issue.expression" (keyup)="onExpressionUpdate($event)" [disabled]="!canEdit">
}" [(ngModel)]="issue.expression" (keyup)="onExpressionUpdate()" [disabled]="!canEdit">
<div class="invalid-feedback">
Expression is overlapped!
</div>
Expand Down

0 comments on commit 7f60228

Please sign in to comment.