mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-18 19:15:52 +08:00
bug: value is updated on selection
This commit is contained in:
parent
7150971dc0
commit
e864e33ad3
@ -32,6 +32,7 @@ function TagValue(props: TagValueProps): JSX.Element {
|
||||
|
||||
return (
|
||||
<SelectComponent
|
||||
value={selectedValues[0]}
|
||||
onSelect={(value: unknown): void => {
|
||||
if (typeof value === 'string') {
|
||||
setLocalSelectedTags((tags) => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user