@imposium-hub/components 1.41.5 → 1.41.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -139,6 +139,7 @@ class EmailWorkflow extends React.PureComponent<IEmailWorkflowProps, IEmailWorkf
139
139
  if (status === 400) {
140
140
  handleError(copy.publish.missingColumns);
141
141
  alert(copy.publish.csvMissingColumns + data.error);
142
+ this.hiddenFileInputRef.current.value = '';
142
143
  }
143
144
  this.setState({uploadComplete: false, uploading: false});
144
145
  throw e;