mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 22:05:56 +08:00
Fix key rendering issue
This commit is contained in:
parent
e98e3be33e
commit
bdd23c504c
@ -95,6 +95,7 @@ const _FilterStateDisplay = (props: FilterStateDisplayProps) => {
|
|||||||
<Tag
|
<Tag
|
||||||
style={{ fontSize: 14, padding: 8 }}
|
style={{ fontSize: 14, padding: 8 }}
|
||||||
closable
|
closable
|
||||||
|
key={`${item.key}-${item.operator}-${item.value}`}
|
||||||
onClose={(e) => {
|
onClose={(e) => {
|
||||||
handleCloseTagElement(item);
|
handleCloseTagElement(item);
|
||||||
}}
|
}}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
export const ENVIRONMENT = {
|
export const ENVIRONMENT = {
|
||||||
baseURL: "",
|
// baseURL: "",
|
||||||
// baseURL: "http://104.211.113.204:8080",
|
baseURL: "http://104.211.113.204:8080",
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user