mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 10:15:26 +00:00
Search Engine: Remove tool tip
This commit is contained in:
@@ -1014,20 +1014,7 @@ export function SearchBar() {
|
|||||||
<X size={18} />
|
<X size={18} />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
) : (
|
) : (
|
||||||
<IconButton
|
<IconButton onClick={handleSearch}>
|
||||||
onClick={handleSearch}
|
|
||||||
title={
|
|
||||||
showServerWideError
|
|
||||||
? "Server-wide search requires at least one other filter or search term"
|
|
||||||
: showDateRangeError
|
|
||||||
? "Only one date range filter is allowed"
|
|
||||||
: showMultipleHasError
|
|
||||||
? "Only one attachment type filter is allowed"
|
|
||||||
: showDuplicateFilterError
|
|
||||||
? "Only one of each filter type is allowed"
|
|
||||||
: undefined
|
|
||||||
}
|
|
||||||
>
|
|
||||||
<Search size={18} />
|
<Search size={18} />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user