parent
ef4cdfa028
commit
6cfdb8ff84
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ const tableColumns: { [key: string]: ColDef } = {
|
||||||
imageUrl: params.data?.imageUrl,
|
imageUrl: params.data?.imageUrl,
|
||||||
name: params.data?.name,
|
name: params.data?.name,
|
||||||
rowHeight: params.node?.rowHeight,
|
rowHeight: params.node?.rowHeight,
|
||||||
type: params.data?.type,
|
type: params.data?.serverType,
|
||||||
}
|
}
|
||||||
: undefined,
|
: undefined,
|
||||||
width: 250,
|
width: 250,
|
||||||
|
|
Reference in a new issue