Skip to content

Commit

Permalink
Merge 75473c1 into 3fec721
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanior committed Jul 3, 2018
2 parents 3fec721 + 75473c1 commit 57ea94d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions addon/components/frost-tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default Component.extend(PropTypesMixin, {
layout: layout,
classNames: ['frost-tabs'],
classNameBindings: ['design'],
tabComponent: 'frost-tab',

// == State properties ======================================================

Expand Down
2 changes: 1 addition & 1 deletion addon/templates/components/frost-tabs.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="tab-nav" data-test={{hook (concat hook '-tabs') }}>
{{#if hasBlock}}
{{yield (hash
tab=(component 'frost-tab'
tab=(component tabComponent
parentHook=hook
targetOutlet=targetOutlet
selectedTab=selectedTab
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@
"pr-bumper": {
"coverage": 77.9
}
}
}

0 comments on commit 57ea94d

Please sign in to comment.