Fixes RND computer search bar (#23527)

Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
Adrer
2023-12-11 19:31:59 +01:00
committed by GitHub
parent 57e8de23ee
commit 337a13538c
2 changed files with 2 additions and 2 deletions
@@ -7,7 +7,7 @@ export const LatheSearch = (properties, context) => {
<Box>
<Input
placeholder="Search..."
onChange={(e, value) => act('search', { to_search: value })}
onEnter={(e, value) => act('search', { to_search: value })}
/>
</Box>
);
File diff suppressed because one or more lines are too long