🐛 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';
|
||||
|
||||
interface ProjectSearchBarDialogProps extends Dialog.DialogProps {
|
||||
open?: boolean;
|
||||
onClose?: () => void;
|
||||
onClickItem?: (data: Project) => void;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user