mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-05 04:00:43 +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 => {
|
onChange={(e): void => {
|
||||||
const { value } = e.target;
|
const { value } = e.target;
|
||||||
setSearchText(value);
|
setSearchText(value);
|
||||||
debouncedupdateQueryString(value);
|
|
||||||
}}
|
}}
|
||||||
|
onSearch={debouncedupdateQueryString}
|
||||||
allowClear
|
allowClear
|
||||||
/>
|
/>
|
||||||
</Popover>
|
</Popover>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user