Skip to content

Commit

Permalink
FIX: calling action with a string is deprecated (#7807)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed Jun 26, 2019
1 parent e64544a commit 01de7e1
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
<div class='bulk-buttons'>
{{#each buttons as |button|}}
{{d-button action=button.action label=button.label icon=button.icon class=button.class}}
{{d-button action=(action button.action) label=button.label icon=button.icon class=button.class}}
{{/each}}
</div>

0 comments on commit 01de7e1

Please sign in to comment.