Skip to content

Commit

Permalink
Amend export used for default (#69158)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
Kerry350 and elasticmachine authored Jun 18, 2020
1 parent 5e8d824 commit 38a88e1
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 38a88e1

Please sign in to comment.