mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-04 18:40:37 +08:00
fix: onSearch callback is updated (#2266)
This commit is contained in:
parent
bad80def90
commit
dca0b11acd
@ -186,8 +186,8 @@ function SearchFilter({
|
||||
onChange={(e): void => {
|
||||
const { value } = e.target;
|
||||
setSearchText(value);
|
||||
debouncedupdateQueryString(value);
|
||||
}}
|
||||
onSearch={debouncedupdateQueryString}
|
||||
allowClear
|
||||
/>
|
||||
</Popover>
|
||||
|
Loading…
x
Reference in New Issue
Block a user