Fix the naming of framework > file

This commit is contained in:
sabaimran
2025-01-21 07:24:43 -08:00
parent 7fad1f43f6
commit 6d1b16901d

View File

@@ -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