Skip to content

Commit 02f54af

Browse files
Apply suggestion from @yanthomasdev
Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
1 parent fbf9bb1 commit 02f54af

File tree

1 file changed

+2
-2
lines changed
  • packages/decap-cms-widget-richtext/src

1 file changed

+2
-2
lines changed

packages/decap-cms-widget-richtext/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ function Widget(opts = {}) {
1212
};
1313
}
1414

15-
export const DecapCmsWidgetMarkdown = { Widget, controlComponent, previewComponent };
16-
export default DecapCmsWidgetMarkdown;
15+
export const DecapCmsWidgetRichtext = { Widget, controlComponent, previewComponent };
16+
export default DecapCmsWidgetRichtext;

0 commit comments

Comments
 (0)