mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
2505f42dde
commit
19adafa6ec
1 changed files with 2 additions and 1 deletions
|
|
@ -58,8 +58,9 @@ export const ListsTable = (props: RouteComponentProps & Props) => {
|
|||
title="Info"
|
||||
key="Info"
|
||||
dataIndex={nameof<List>("id")}
|
||||
width={tablePageSize.isNarrowWindow ? 43 : undefined}
|
||||
className={styles.nogrow}
|
||||
fixed="left"
|
||||
fixed={tablePageSize.isNarrowWindow ? undefined : "left"}
|
||||
render={(_id: number, list: List) =>
|
||||
<ListInfoButton listName={list.name} {...routeComponentProps} />} />
|
||||
<Table.Column<List>
|
||||
|
|
|
|||
Loading…
Reference in a new issue