Skip to content

Commit

Permalink
Correct reference to BaseArticleSaveButton
Browse files Browse the repository at this point in the history
  • Loading branch information
benbarnett authored and Dan Searle committed Nov 13, 2018
1 parent 6e673c5 commit 502f8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/x-article-save-button/src/ArticleSaveButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ BaseArticleSaveButton.displayName = 'BaseArticleSaveButton';

const ArticleSaveButton = articleSaveActions(BaseArticleSaveButton);

export { ArticleSaveButton, articleSaveActions, baseArticleSaveButton };
export { ArticleSaveButton, articleSaveActions, BaseArticleSaveButton };

0 comments on commit 502f8cd

Please sign in to comment.