Skip to content

Commit 6c19f2c

Browse files
committed
update interface name
1 parent 17ad702 commit 6c19f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/SearchBarWithFilter/SearchBarWithFilter.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ export const Language = {
1919
export interface SearchBarWithFilterProps {
2020
filter?: string
2121
onFilter: (query: string) => void
22-
presetFilters?: PresetFilters[]
22+
presetFilters?: PresetFilter[]
2323
}
2424

25-
export interface PresetFilters {
25+
export interface PresetFilter {
2626
name: string
2727
query: string
2828
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy