Skip to content

Commit

Permalink
fix: cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed May 23, 2020
1 parent 81d6ffb commit 4668e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions plugins/axe-plugin/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
2 changes: 1 addition & 1 deletion ui/components/src/Table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const Table: FC<TableProps> = ({
if (typeof expanded === 'object') {
initialState.expanded = expanded;
}
// initialState.selectedRowIds = initialSelected;
initialState.selectedRowIds = initialSelected;
const options: TableOptions<{}> &
UseFiltersOptions<{}> &
UseExpandedOptions<{}> &
Expand Down

0 comments on commit 4668e13

Please sign in to comment.