Skip to content

Commit 0f40b0d

Browse files
committed
explicit helper invocation not supported by older Ember versions
1 parent af19061 commit 0f40b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/components/bs-form/element/control/power-select-multiple-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ module(
147147
// HTML attributes are not applied to any element if `renderInPlace` is `false`
148148
await render(hbs`
149149
<BsForm as |form|>
150-
<form.element @controlType="power-select-multiple" @property="prop" @options={{(array)}} as |el|>
150+
<form.element @controlType="power-select-multiple" @property="prop" as |el|>
151151
<el.control @renderInPlace={{true}} data-test-foo />
152152
</form.element>
153153
</BsForm>`);

0 commit comments

Comments
 (0)