Skip to content

Commit

Permalink
fix(build): fix embroider compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Dec 8, 2023
1 parent 44415c2 commit 603d8e9
Showing 1 changed file with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
<@labelComponent />

<div class="uk-form-controls">
{{component
(get-widget this.field.question)
field=this.field
disabled=false
onSave=this.onUpdate
{{#let
(component (ensure-safe-component (get-widget this.field.question)))
as |QuestionComponent|
}}
<QuestionComponent
@field={{this.field}}
@disabled={{false}}
@onSave={{this.onUpdate}}
/>
{{/let}}
</div>

<@hintComponent />
Expand Down

0 comments on commit 603d8e9

Please sign in to comment.