Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrgr committed Jan 13, 2025
1 parent 4e8c477 commit c65d53f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ui/src/app/shared/components/formly/form-field.wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ import { FieldWrapper } from "@ngx-formly/core";
standalone: false,
styles: [`
:host {
formly-field-ion-toggle {
formly-field-ion-toggle, formly-field-ion-checkbox{
width: 100%;
}
formly-field-ion-select {
}
}
`]

Check failure on line 15 in ui/src/app/shared/components/formly/form-field.wrapper.ts

View workflow job for this annotation

GitHub Actions / build-ui

Missing trailing comma
})
Expand Down

0 comments on commit c65d53f

Please sign in to comment.