bugfix: sendind string code
This commit is contained in:
parent
08b20e18cb
commit
f5211d4ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue