Skip to content

Commit

Permalink
Update test | Fixes liferay#1127
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscv committed Aug 30, 2018
1 parent bd76586 commit 20522cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/clay-card/src/ClayCardBase.soy
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<div class="card">
<div class="aspect-ratio card-item-first">
{call ClayCheckbox.render}
{param ariaLabelledBy: $groupName ? 'group-' + $groupName : null /}
{param checked: $selected /}
{param disabled: $disabled /}
{param events: ['change': $_handleItemCheckboxClick] /}
Expand Down
1 change: 0 additions & 1 deletion packages/clay-card/src/ClayHorizontalCard.soy
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<div {$attributes}>
{if $selectable}
{call ClayCheckbox.render}
{param ariaLabelledBy: $groupName ? 'group-' + $groupName : null /}
{param checked: $selected /}
{param disabled: $disabled /}
{param events: ['change': $_handleItemCheckboxClick] /}
Expand Down

0 comments on commit 20522cb

Please sign in to comment.