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,
|
||||
name: params.data?.name,
|
||||
rowHeight: params.node?.rowHeight,
|
||||
type: params.data?.type,
|
||||
type: params.data?.serverType,
|
||||
}
|
||||
: undefined,
|
||||
width: 250,
|
||||
|
|
Reference in a new issue