Skip to content

Commit

Permalink
fix: contracts issues[3141]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihar committed Dec 25, 2024
1 parent 51c787e commit b0ec02f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="custom-form-field"
[ngClass]="{'invalid': dataForm.get(field.name)?.invalid && dataForm.get(field.name)?.touched}">
<input pInputText type="text"
[placeholder]="field.placeholder"
[placeholder]="field.label"
[formControlName]="field.name"
class="custom-input"/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@
<div class="p-field-checkbox">
<p-checkbox
[binary]="true"
[formControl]="immediately">
<span>Without approval</span>
[formControl]="immediately"
label="Without approval"
>
</p-checkbox>
</div>
</div>
Expand Down

0 comments on commit b0ec02f

Please sign in to comment.