Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix(i18n): fix search button properties
Browse files Browse the repository at this point in the history
fix #1668
  • Loading branch information
ocBruno committed Jan 12, 2020
1 parent 6e70533 commit 59680a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Navbar.tsx
Expand Up @@ -16,8 +16,10 @@ const Navbar = () => {
}}
bg="dark"
variant="dark"
onSearchButtonClick={() => console.log('hello')}
onSearchTextBoxChange={() => console.log('hello')}
search={{
onClickButton: () => console.log('hello'),
onChangeInput: () => console.log('hello'),
}}
navLinks={[
{
label: t('patients.label'),
Expand Down

0 comments on commit 59680a0

Please sign in to comment.