Skip to content

Commit

Permalink
fix: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlen9 committed Aug 7, 2024
1 parent 49af5f8 commit 13a4762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/common/components/MobileTopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function MobileTopNav({
<SearchBar
className={'!max-w-none !border-0 !border-white !bg-gray-500 text-white '}
searchValue={configuration.searchValue}
onSearch={(value: string) => dispatch({type: 'SET_SEARCH', payload: value})}
onSearch={(value: string) => dispatch({searchValue: value})}
searchPlaceholder={'Search Apps'}
onSearchClick={onSearchClick}
shouldSearchByClick
Expand Down

0 comments on commit 13a4762

Please sign in to comment.