l
2022-03-11 c9e23fe4ab15bc4b648a553d2172d0a74e1e1a74
force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportController.js
@@ -204,7 +204,6 @@
        hiddenElement.click(); // using click() js function to download csv file
        
    },
    export_condition : function(component,event,helper){
        helper.showExport(component);
    },
@@ -233,8 +232,11 @@
    },
    select_warlocksNumber : function(component,event,helper){
        helper.select_warlocksNumber(component,event,helper);
    },
    },
    selectProductClassification : function(component,event,helper){
        helper.selectProductClassification(component,event,helper);
    },
    selectpurposetype : function(component,event,helper){
        helper.selectpurposetype(component,event,helper);
    }
})