nicolium: fix type

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-17 17:10:23 +01:00
parent 1dc99da3f0
commit 6e9b088ff4

View File

@ -9,7 +9,7 @@ import { useFrontendConfig } from '@/hooks/use-frontend-config';
import { Card, CardBody, CardHeader, CardTitle, type CardSizes } from './card';
interface IColumnHeader extends Pick<IColumn, 'backHref' | 'backParams' | 'className' | 'action'> {
label: JSX.Element;
label: React.JSX.Element;
}
/** Contains the column title with optional back button. */