File tree 1 file changed +4
-4
lines changed
showcase/app/templates/components
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1498
1498
<Hds::Table::ThSelectable
1499
1499
@selectionScope =" col"
1500
1500
@isSelected ={{ bool1 }}
1501
- @onClickSort ={{ if bool2 this.noop }}
1501
+ @onClickSortBySelected ={{ if bool2 this.noop }}
1502
1502
/>
1503
1503
<H .Th>Lorem</H .Th>
1504
1504
</H .Tr>
1517
1517
<Hds::Table::ThSelectable
1518
1518
@selectionScope =" col"
1519
1519
@isSelected ={{ bool1 }}
1520
- @onClickSort ={{ if bool2 this.noop }}
1520
+ @onClickSortBySelected ={{ if bool2 this.noop }}
1521
1521
mock-state-value =" focus"
1522
1522
mock-state-selector =" input"
1523
1523
/>
1549
1549
<Hds::Table::ThSelectable
1550
1550
@selectionScope =" col"
1551
1551
@isSelected ={{ true }}
1552
- @onClickSort ={{ if bool this.noop }}
1552
+ @onClickSortBySelected ={{ if bool this.noop }}
1553
1553
@didInsert ={{ this.mockIndeterminateState }}
1554
1554
/>
1555
1555
<H .Th>Lorem</H .Th>
1574
1574
@selectionScope =" col"
1575
1575
@isSelected ={{ true }}
1576
1576
@didInsert ={{ this.mockIndeterminateState }}
1577
- @onClickSort ={{ if bool this.noop }}
1577
+ @onClickSortBySelected ={{ if bool this.noop }}
1578
1578
mock-state-value =" focus"
1579
1579
mock-state-selector =" input"
1580
1580
/>
You can’t perform that action at this time.
0 commit comments