diff --git a/01_Code/physical_computing_interface/json/json.js b/01_Code/physical_computing_interface/json/json.js
index e79d856255fb892bcf21c87f2433b6fbfd7464c0..5a4f81f01cfc200503d7baa13e674370449a30ba 100644
--- a/01_Code/physical_computing_interface/json/json.js
+++ b/01_Code/physical_computing_interface/json/json.js
@@ -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