From 0227c25e4ed573d3095ada3f9c9a4ba5f18b0de5 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 20 一月 2021 10:53:01 +0800
Subject: [PATCH] 2021-01-20

---
 src/menu/components/editor/braft-editor/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/menu/components/editor/braft-editor/index.jsx b/src/menu/components/editor/braft-editor/index.jsx
index 708d546..cac96be 100644
--- a/src/menu/components/editor/braft-editor/index.jsx
+++ b/src/menu/components/editor/braft-editor/index.jsx
@@ -21,7 +21,7 @@
 const EditorContent = asyncIconComponent(() => import('./editorcontent'))
 const BraftContent = asyncComponent(() => import('@/tabviews/custom/components/share/braftContent'))
 
-class TableCardEditComponent extends Component {
+class BraftEditorComponent extends Component {
   static propTpyes = {
     card: PropTypes.object,
     deletecomponent: PropTypes.func,
@@ -193,4 +193,4 @@
   return {}
 }
 
-export default connect(mapStateToProps, mapDispatchToProps)(TableCardEditComponent)
\ No newline at end of file
+export default connect(mapStateToProps, mapDispatchToProps)(BraftEditorComponent)
\ No newline at end of file

--
Gitblit v1.8.0