mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Restrict title name to be only string (#4839)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
d4d2da1d28
commit
15c867745f
@ -12,7 +12,7 @@ import type { TableCellProps } from "../table";
|
|||||||
*/
|
*/
|
||||||
export interface TitleCellProps {
|
export interface TitleCellProps {
|
||||||
className?: string;
|
className?: string;
|
||||||
title: React.ReactNode;
|
title: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface CategoryColumnRegistration {
|
export interface CategoryColumnRegistration {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user