mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 05:39:12 +00:00
Remove export from filefiltercombo box
This commit is contained in:
@@ -484,7 +484,7 @@ interface FileFilterComboBoxProps {
|
|||||||
explicitFile?: string;
|
explicitFile?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function FileFilterComboBox(props: FileFilterComboBoxProps) {
|
function FileFilterComboBox(props: FileFilterComboBoxProps) {
|
||||||
const [open, setOpen] = useState(false)
|
const [open, setOpen] = useState(false)
|
||||||
const [value, setValue] = useState(props.explicitFile || "")
|
const [value, setValue] = useState(props.explicitFile || "")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user