diff --git a/src/interface/web/app/search/page.tsx b/src/interface/web/app/search/page.tsx index f7d8ab46..15db5b76 100644 --- a/src/interface/web/app/search/page.tsx +++ b/src/interface/web/app/search/page.tsx @@ -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 || "")