Skip to content

Commit

Permalink
Drop unused attr for component cards
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Oct 7, 2015
1 parent dad4bac commit b17c569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/content-kit-component-card/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<button {{action 'remove'}} class="content-kit-component-card__action content-kit-component-card__remove">Remove</button>
</div>
{{#if this.isEditing}}
{{component (concat cardName '-editor') data=data editorData=editorData saveAction=(action 'save') cancelAction=(action 'cancel')}}
{{component (concat cardName '-editor') data=data saveAction=(action 'save') cancelAction=(action 'cancel')}}
{{else}}
{{component cardName data=(unbound data) editAction=(action 'edit')}}
{{/if}}

0 comments on commit b17c569

Please sign in to comment.