Skip to content

Commit

Permalink
[ML] Hides File Data Vizualizer field name overrides if empty list (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson authored and walterra committed Oct 29, 2018
1 parent 73dc0c6 commit 697235e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export class Overrides extends Component {
/>
</EuiFormRow> */}
{
(this.state.format === 'delimited') &&
(this.state.format === 'delimited' && originalColumnNames.length > 0) &&

<React.Fragment>
<EuiSpacer />
Expand Down

0 comments on commit 697235e

Please sign in to comment.