pl-fe: remove unused props
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user