Fix the loop log issue
[clamp.git] / src / main / resources / META-INF / resources / designer / scripts / propertyController.js
index ee602b9..994e4a7 100644 (file)
@@ -94,7 +94,7 @@ function getLastUpdatedStatus() {
     return cl_props["lastComputedState"];
 }
 
-function setLastUpdatedStatus(status) {
+function setLastComputedState(status) {
     cl_props["lastComputedState"] =  status;
 }