diff --git a/packages/nicolium/src/components/ui/column.tsx b/packages/nicolium/src/components/ui/column.tsx index 680b4448e..041d15d93 100644 --- a/packages/nicolium/src/components/ui/column.tsx +++ b/packages/nicolium/src/components/ui/column.tsx @@ -9,7 +9,7 @@ import { useFrontendConfig } from '@/hooks/use-frontend-config'; import { Card, CardBody, CardHeader, CardTitle, type CardSizes } from './card'; interface IColumnHeader extends Pick { - label: React.JSX.Element; + label?: React.JSX.Element; } /** Contains the column title with optional back button. */