Skip to content

Commit ce3a061

Browse files
committed
Test update
1 parent 6811977 commit ce3a061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/data-table/__examples__/advanced-single-select-fixed-header.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ class Example extends React.Component {
131131
selectRows="radio"
132132
>
133133
<DataTableColumn
134-
isSorted={false}
134+
isSorted={this.state.sortColumn === 'opportunityName'}
135135
label="Name"
136136
primaryColumn
137137
property="opportunityName"
138138
sortable
139-
sortDirection={null}
139+
sortDirection={this.state.sortColumnDirection.opportunityName}
140140
width="10rem"
141141
>
142142
<CustomDataTableCell />

0 commit comments

Comments
 (0)