mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Fix the naming of framework > file
This commit is contained in:
@@ -496,9 +496,9 @@ function FileFilterComboBox(props: FileFilterComboBoxProps) {
|
||||
</PopoverTrigger>
|
||||
<PopoverContent className="w-[200px] p-0">
|
||||
<Command>
|
||||
<CommandInput placeholder="Search framework..." />
|
||||
<CommandInput placeholder="Search files..." />
|
||||
<CommandList>
|
||||
<CommandEmpty>No framework found.</CommandEmpty>
|
||||
<CommandEmpty>No files found.</CommandEmpty>
|
||||
<CommandGroup>
|
||||
{props.allFiles.map((file) => (
|
||||
<CommandItem
|
||||
|
||||
Reference in New Issue
Block a user