force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportController.js
@@ -345,4 +345,8 @@ exportErrorInfo: function(component,event,helper){ helper.exportErrorInfoHelper(component); }, closeErrorDiv: function (component, event, helper) { var errorDiv01 = component.find('errorDiv01'); $A.util.addClass(errorDiv01, 'slds-hide'); } })