1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Default the title cell props ID to be the registration ID

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-10-03 10:33:51 -04:00
parent 78ebdd8405
commit 31618271a8

View File

@ -47,7 +47,10 @@ const getCategoryColumnsInjectable = getInjectable({
}
tableRowRenderers.push(registration.renderCell);
renderTableHeader.push(registration.titleProps);
renderTableHeader.push({
id: registration.id,
...registration.titleProps,
});
}
return {