Skip to content

Commit

Permalink
[fix] : requested-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vedant-jain03 committed Jan 19, 2023
1 parent 9e8bbf4 commit 462486e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/dashboard/src/components/DropDown2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export const DropDown2: FunctionComponent<DropDown2Props> = (props) => {
}
}
if (e.key === " " && search === "") {
toggleDropDown();
e.preventDefault();
}
},
Expand Down

0 comments on commit 462486e

Please sign in to comment.