Skip to content

Commit

Permalink
Amend export used for default (#69158) (#69536)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
Kerry350 and elasticmachine committed Jun 18, 2020
1 parent 557f9ec commit cedbd70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,4 @@ export const Editor: React.FC<Props> = (props) => {

// required for dynamic import
// eslint-disable-next-line import/no-default-export
export default Editor;
export default ExpressionEditor;

0 comments on commit cedbd70

Please sign in to comment.