File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77import { Checkbox } from '../Checkbox' ;
88import { CheckboxProps } from '../Checkbox' ;
99import { Row } from './components/Row/Row' ;
10+ import { StyledIndexTable } from './IndexTableStyle' ;
1011
1112const IndexTable = ( {
1213 bulkActions,
@@ -31,15 +32,18 @@ const IndexTable = ({
3132 } ;
3233
3334 return (
34- < PolarisIndexTable
35- bulkActions = { bulkActions }
36- checkbox = { renderCheckboxHeader }
37- itemCount = { itemCount }
38- selectedItemsCount = { selectedItemsCount }
39- { ...props }
40- >
41- { children }
42- </ PolarisIndexTable >
35+ < >
36+ < StyledIndexTable />
37+ < PolarisIndexTable
38+ bulkActions = { bulkActions }
39+ checkbox = { renderCheckboxHeader }
40+ itemCount = { itemCount }
41+ selectedItemsCount = { selectedItemsCount }
42+ { ...props }
43+ >
44+ { children }
45+ </ PolarisIndexTable >
46+ </ >
4347 ) ;
4448} ;
4549
You can’t perform that action at this time.
0 commit comments