From 31618271a8c39f55bc9316d0c7b007667fccbc33 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Mon, 3 Oct 2022 10:33:51 -0400 Subject: [PATCH] Default the title cell props ID to be the registration ID Signed-off-by: Sebastian Malton --- src/renderer/components/+catalog/columns/get.injectable.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {