diff --git a/src/renderer/components/+catalog/custom-category-columns.ts b/src/renderer/components/+catalog/custom-category-columns.ts index 3d8a832ac0..007ca75223 100644 --- a/src/renderer/components/+catalog/custom-category-columns.ts +++ b/src/renderer/components/+catalog/custom-category-columns.ts @@ -12,7 +12,7 @@ import type { TableCellProps } from "../table"; */ export interface TitleCellProps { className?: string; - title: React.ReactNode; + title: string; } export interface CategoryColumnRegistration {