mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
Fixes RND computer search bar (#23527)
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
@@ -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
Reference in New Issue
Block a user