mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 23:45:56 +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) => {
|
.map(async (query) => {
|
||||||
const result = await getQueryResult({
|
const result = await getQueryResult({
|
||||||
end,
|
end,
|
||||||
query: query.query,
|
query: encodeURIComponent(query.query),
|
||||||
start,
|
start,
|
||||||
step: '60',
|
step: '60',
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user