Fixes #51. Update titleCombined datatype. (#59)

This commit is contained in:
ssnarf 2023-03-28 23:15:51 +02:00 committed by GitHub
parent ef4cdfa028
commit 6cfdb8ff84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,