Remove double stringify
This commit is contained in:
parent
7067d0417f
commit
b55bab0516
|
|
@ -18,7 +18,7 @@ export default function renderChart(props) {
|
|||
}
|
||||
return val;
|
||||
});
|
||||
window.postMessage(JSON.stringify(paramsString));
|
||||
window.postMessage(paramsString);
|
||||
});
|
||||
`
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue