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