Merge branch '21128-toolbar-context-menu'
[arvados-workbench2.git] / src / components / search-input / search-input.tsx
index 6d85ed22ec7cb97eaf477e57a1d7942ed7a56fff..fbb4f599b60690a5d5e7723f2a1301f25a513487 100644 (file)
@@ -71,7 +71,7 @@ export const SearchInput = (props: SearchInputProps) => {
             () => {
                 props.onSearch(eventValue);
             },
-             props.debounce || DEFAULT_SEARCH_DEBOUNCE
+            props.debounce || DEFAULT_SEARCH_DEBOUNCE
         ));
     };