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