diff --git a/SAS/TMSS/frontend/frontend_poc/src/UC1.js b/SAS/TMSS/frontend/frontend_poc/src/UC1.js
index 1a117c93433baaaba3139ba2ee6e10b3d0ddf744..f01fd526d11fef0c2f68cfaf6425da904eb1bb7f 100644
--- a/SAS/TMSS/frontend/frontend_poc/src/UC1.js
+++ b/SAS/TMSS/frontend/frontend_poc/src/UC1.js
@@ -199,8 +199,9 @@ class EditTaskDraft extends Component {
     	    tmssGet(this.state.id, this);
         }
         //update list  entities for UI elements
-    	tmssGetReferenceList('task_template/', 'templates', this)
-    	tmssGetReferenceList('scheduling_unit_draft/', 'drafts', this)
+    	tmssGetReferenceList('task_template/', 'templates', this);
+    	tmssGetReferenceList('scheduling_unit_draft/', 'drafts', this);
+    }
 
     updateSchema(){
         fetch(this.state.specifications_template, {headers: headers})