FIX: calling action with a string is deprecated (#7807)

This commit is contained in:
Joffrey JAFFEUX 2019-06-26 12:42:46 +02:00 committed by GitHub
parent e64544ae44
commit 01de7e1444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>