Skip to content

Commit 3a0cbec

Browse files
committed
Address hasBlock deprecation: update to has-block
1 parent e1b760a commit 3a0cbec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addon/components/bs-form/element/control/power-select-multiple.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
...attributes
5858
as |item select|
5959
>
60-
{{#if hasBlock}}
60+
{{#if (has-block)}}
6161
{{yield item select}}
6262
{{else}}
6363
{{#if @optionLabelPath}}

addon/components/bs-form/element/control/power-select.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
...attributes
5959
as |item select|
6060
>
61-
{{#if hasBlock}}
61+
{{#if (has-block)}}
6262
{{yield item select}}
6363
{{else}}
6464
{{#if @optionLabelPath}}

0 commit comments

Comments
 (0)