Skip to content

Commit 462486e

Browse files
committed
[fix] : requested-changes
1 parent 9e8bbf4 commit 462486e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/dashboard/src/components/DropDown2.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export const DropDown2: FunctionComponent<DropDown2Props> = (props) => {
100100
}
101101
}
102102
if (e.key === " " && search === "") {
103+
toggleDropDown();
103104
e.preventDefault();
104105
}
105106
},

0 commit comments

Comments
 (0)