bugfix: sendind string code

This commit is contained in:
anovazzi1 2023-06-27 16:40:00 -03:00
commit f5211d4ef0

View file

@ -92,7 +92,7 @@ export default function CodeAreaModal({
})
}
);
postCustomComponent('code',nodeClass).then((apiReturn) => {
postCustomComponent(code,nodeClass).then((apiReturn) => {
const data = apiReturn.data;
if (data) {
setNodeClass(data);