Skip to content

Commit

Permalink
client: fix search clear
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarKamalov committed Mar 6, 2023
1 parent 012e5be commit 824d20d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/Logs/Filters/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ const Form = (props) => {

const onInputClear = async () => {
setIsLoading(true);
setDebouncedSearch(DEFAULT_LOGS_FILTER[FORM_NAMES.search]);
change(FORM_NAMES.search, DEFAULT_LOGS_FILTER[FORM_NAMES.search]);
setIsLoading(false);
};
Expand Down

0 comments on commit 824d20d

Please sign in to comment.