Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74a7689

Browse files
committed
update interface name
1 parent d854016 commit 74a7689

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)