Skip to content

Commit

Permalink
5546 fix query log search input clear
Browse files Browse the repository at this point in the history
Updates #5546

Squashed commit of the following:

commit facb133
Merge: ca1c544 c11a52d
Author: Ildar Kamalov <ik@adguard.com>
Date:   Tue Mar 7 16:34:02 2023 +0300

    Merge branch 'master' into AG-20152

commit ca1c544
Merge: 824d20d f23a0d4
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Tue Mar 7 14:43:31 2023 +0300

    Merge branch 'master' into AG-20152

commit 824d20d
Author: Ildar Kamalov <ik@adguard.com>
Date:   Mon Mar 6 13:13:43 2023 +0300

    client: fix search clear
  • Loading branch information
IldarKamalov committed Mar 7, 2023
1 parent c11a52d commit 6b265c6
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 6b265c6

Please sign in to comment.