We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ad702 commit 6c19f2cCopy full SHA for 6c19f2c
site/src/components/SearchBarWithFilter/SearchBarWithFilter.tsx
@@ -19,10 +19,10 @@ export const Language = {
19
export interface SearchBarWithFilterProps {
20
filter?: string
21
onFilter: (query: string) => void
22
- presetFilters?: PresetFilters[]
+ presetFilters?: PresetFilter[]
23
}
24
25
-export interface PresetFilters {
+export interface PresetFilter {
26
name: string
27
query: string
28
0 commit comments