make clear button clickable

This commit is contained in:
adueck 2024-05-08 14:07:15 +03:00
parent 34cea8f0fa
commit 0d8e66b33c
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ const SearchBar = ({
<span className="input-group-append">
<span
className={`btn btn-outline-secondary${
!state.searchValue ? " unclickable" : ""
!state.searchValue ? " unclickable" : " clickable"
} clear-search-button border-left-0 border`}
style={{ borderRadius: 0 }}
onClick={