mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
temp add Id column for easier debugging
This commit is contained in:
parent
f66263609d
commit
cf7ea3d00b
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,10 @@ export class Home extends React.Component<RouteComponentProps<{}>, IFilterListsS
|
|||
return <ReactTable
|
||||
data={filterLists}
|
||||
columns={[
|
||||
{
|
||||
Header: "Id (temp)",
|
||||
accessor: "id"
|
||||
},
|
||||
{
|
||||
Header: "Name",
|
||||
accessor: "name"
|
||||
|
|
|
|||
Loading…
Reference in a new issue