mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 11:45:53 +08:00
feat: url encoding is added in the new dashboard query
This commit is contained in:
parent
53528f1045
commit
e3987206de
@ -65,7 +65,7 @@ function GridCardGraph({
|
||||
.map(async (query) => {
|
||||
const result = await getQueryResult({
|
||||
end,
|
||||
query: query.query,
|
||||
query: encodeURIComponent(query.query),
|
||||
start,
|
||||
step: '60',
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user