Removing auto update of projets list table
diff --git a/webapps/proteus-new/src/main/webapp/resources/src/components/projectstable.vue b/webapps/proteus-new/src/main/webapp/resources/src/components/projectstable.vue
index 037c3b5..f536c94 100644
--- a/webapps/proteus-new/src/main/webapp/resources/src/components/projectstable.vue
+++ b/webapps/proteus-new/src/main/webapp/resources/src/components/projectstable.vue
@@ -228,12 +228,7 @@
     store,
     props: [],
     mounted() {
-      this.loadData();
-      this.timerClearVar= setInterval(function () {
-          this.loadData();
-        }.bind(this), 10000);
-      
-        
+        this.loadData();
     },
     beforeDestroy(){
       clearInterval(this.timerClearVar);