[Fleet] Add autoSubmit to Fleet search bar (#103974)

This commit is contained in:
Zacqary Adam Xeper 2021-06-30 15:48:38 -05:00 committed by GitHub
parent 5fa6cdf1b2
commit bbda3a7cf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,7 @@ export const SearchBar: React.FunctionComponent<Props> = ({
}}
submitOnBlur
isClearable
autoSubmit
/>
);
};