Skip to content

Commit

Permalink
fix see log enable (#4056)
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Brown <asbrown002@gmail.com>
Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
  • Loading branch information
3 people authored Sep 9, 2020
1 parent 5178ffe commit 5875b2b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ export const PublishStatusList: React.FC<IStatusListProps> = (props) => {
selection={selection}
selectionMode={SelectionMode.single}
setKey="none"
onActiveItemChanged={(item, index) => {
setSelectedIndex(index);
}}
onColumnHeaderClick={(_, clickedCol) => {
if (!clickedCol) return;
if (clickedCol.key === currentSort.key) {
Expand Down

0 comments on commit 5875b2b

Please sign in to comment.