mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-18 07:05:56 +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 (
|
return (
|
||||||
<SelectComponent
|
<SelectComponent
|
||||||
|
value={selectedValues[0]}
|
||||||
onSelect={(value: unknown): void => {
|
onSelect={(value: unknown): void => {
|
||||||
if (typeof value === 'string') {
|
if (typeof value === 'string') {
|
||||||
setLocalSelectedTags((tags) => [
|
setLocalSelectedTags((tags) => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user