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