pl-fe: remove unused props

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-01-06 15:48:28 +01:00
parent 537f222bca
commit df74b8335a

View File

@ -30,8 +30,6 @@ const SelectDropdown: React.FC<ISelectDropdown> = (props) => {
interface IMultiselect {
className?: string;
label?: React.ReactNode;
hint?: React.ReactNode;
items: Record<string, string>;
value?: string[];
onChange?: ((values: string[]) => void);