Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhwhite committed Jan 7, 2025
1 parent 61da05e commit 7b95f82
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ng-container class="row">
@switch (title) {
@case ('Color') {
<sky-colorpicker #colorPicker [labelText]="field" stacked>
<sky-colorpicker #colorPicker stacked [labelText]="field">
<input
type="text"
[formControlName]="field"
Expand All @@ -14,7 +14,7 @@
</sky-colorpicker>
}
@default {
<sky-input-box [labelText]="field" stacked>
<sky-input-box stacked [labelText]="field">
<input type="text" [formControlName]="field" />
</sky-input-box>
}
Expand Down

0 comments on commit 7b95f82

Please sign in to comment.