Skip to content
Snippets Groups Projects
Commit 26474d48 authored by Amira Abdel-Rahman's avatar Amira Abdel-Rahman
Browse files

DEM Integration

parent a0a40d6e
No related branches found
No related tags found
No related merge requests found
Pipeline #6359 passed
......@@ -200,7 +200,7 @@ function initEditor(){
// console.log(jsonString);
// const json = editor.get();
var json=JSON.parse(jsonString);
if(json.ipNode === undefined){
if(json.ur10Setup === undefined){
GLOBALS.updateNode(json);
}else{
integratedSetup=json; //todo remove from here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment