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:
parent
78ebdd8405
commit
31618271a8
@ -47,7 +47,10 @@ const getCategoryColumnsInjectable = getInjectable({
|
||||
}
|
||||
|
||||
tableRowRenderers.push(registration.renderCell);
|
||||
renderTableHeader.push(registration.titleProps);
|
||||
renderTableHeader.push({
|
||||
id: registration.id,
|
||||
...registration.titleProps,
|
||||
});
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user