From 98fdc66f9f709b5a47a031b8b48e5771517e82a7 Mon Sep 17 00:00:00 2001 From: Nabil Adouani Date: Fri, 5 Mar 2021 06:24:06 +0100 Subject: [PATCH] #1804 Clean up --- .../components/organisation/OrgCaseTemplateListCmp.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/app/scripts/components/organisation/OrgCaseTemplateListCmp.js b/frontend/app/scripts/components/organisation/OrgCaseTemplateListCmp.js index 3025da8b0f..d0cc9b90be 100644 --- a/frontend/app/scripts/components/organisation/OrgCaseTemplateListCmp.js +++ b/frontend/app/scripts/components/organisation/OrgCaseTemplateListCmp.js @@ -33,11 +33,6 @@ self.filtering.setPageSize(newValue); }); }); - - // TODO: REMOVE ME - if (self.templates && !_.isEmpty(self.templates)) { - self.loadTemplate(self.templates[0]); - } }; this.load = function() {