@imposium-hub/components 1.42.2 → 1.42.3

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.
@@ -44,8 +44,8 @@ class EmailWorkflow extends React.PureComponent<IEmailWorkflowProps, IEmailWorkf
44
44
  showLabels: false,
45
45
  showTitle: false,
46
46
  useTextFile: false,
47
- useBom: true,
48
- useKeysAsHeaders: true
47
+ useBom: false,
48
+ useKeysAsHeaders: true,
49
49
  };
50
50
  constructor(props) {
51
51
  super(props);