Skip to content

Commit b3129a4

Browse files
committed
Fix types of placeholdersearch
1 parent 4734517 commit b3129a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export type SearchContext = Omit<
8181
finitePagination: boolean
8282
sort?: string
8383
indexUid: string
84-
placeholderSearch: boolean
84+
placeholderSearch?: boolean
8585
primaryKey?: string
8686
optionalWords?: string
8787
}

0 commit comments

Comments
 (0)