diff --git a/src/renderer/components/+catalog/columns/get.injectable.ts b/src/renderer/components/+catalog/columns/get.injectable.ts index 03930578c1..91a92473fd 100644 --- a/src/renderer/components/+catalog/columns/get.injectable.ts +++ b/src/renderer/components/+catalog/columns/get.injectable.ts @@ -47,7 +47,10 @@ const getCategoryColumnsInjectable = getInjectable({ } tableRowRenderers.push(registration.renderCell); - renderTableHeader.push(registration.titleProps); + renderTableHeader.push({ + id: registration.id, + ...registration.titleProps, + }); } return {