Skip to content

Commit

Permalink
Merge branch 'search-page-alerts' of https://github.com/weareinreach/…
Browse files Browse the repository at this point in the history
…InReach into search-page-alerts
  • Loading branch information
kuck1 committed Jun 12, 2024
2 parents 271dba9 + f82ea3b commit eb67e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/components/core/SearchBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export const SearchBox = ({
initialValue = '',
pinToLeft,
placeholderTextKey,
setSearchValue: setSearchValue,
setSearchValue,
}: SearchBoxProps) => {
const { classes, cx } = useStyles()
const variants = useCustomVariant()
Expand Down

0 comments on commit eb67e6d

Please sign in to comment.