🐛 fix: missing props
This commit is contained in:
parent
300b8e4b5e
commit
56e9be59ad
@ -12,6 +12,7 @@ import { useNavigate } from 'react-router-dom';
|
|||||||
import { useCombobox } from 'downshift';
|
import { useCombobox } from 'downshift';
|
||||||
|
|
||||||
interface ProjectSearchBarDialogProps extends Dialog.DialogProps {
|
interface ProjectSearchBarDialogProps extends Dialog.DialogProps {
|
||||||
|
open?: boolean;
|
||||||
onClose?: () => void;
|
onClose?: () => void;
|
||||||
onClickItem?: (data: Project) => void;
|
onClickItem?: (data: Project) => void;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user