Skip to content

Commit

Permalink
edit some small layout
Browse files Browse the repository at this point in the history
  • Loading branch information
YingxuanT committed Oct 20, 2024
1 parent 36642e5 commit dee1e25
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ <h5>Or</h5>
[isDisabled]="!model.isEditable"
[hasCharacterLimit]="true">
</tm-rich-text-editor>
<div class="invalid-field" *ngIf="!model.instructions || model.instructions.trim() === ''">
<i class="fa fa-exclamation-circle" aria-hidden="true"></i>
The Instructions field should not be empty.
</div>
<div *ngIf="!model.instructions || model.instructions.trim() === ''" class="invalid-feedback">
<i class="fa fa-exclamation-circle"></i> The field should not be empty.
</div>
Expand Down

0 comments on commit dee1e25

Please sign in to comment.