Skip to content

Commit bbcf800

Browse files
authored
Fix this-property-fallback deprecation warnings (#355)
1 parent 8def834 commit bbcf800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/templates/components/flash-message.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{{will-destroy this.onWillDestroy}}
88
>
99
{{#if hasBlock}}
10-
{{yield this flash (action "onClose")}}
10+
{{yield this this.flash (action "onClose")}}
1111
{{else}}
1212
{{this.flash.message}}
1313
{{#if this.showProgressBar}}

0 commit comments

Comments
 (0)