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