From 4f2e4e84fd2cdca1407ac06c1b44319518be39b9 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 21 十二月 2020 19:11:05 +0800
Subject: [PATCH] 2020-12-21

---
 src/templates/zshare/editcomponent/index.jsx |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/templates/zshare/editcomponent/index.jsx b/src/templates/zshare/editcomponent/index.jsx
index 51937ed..18bc492 100644
--- a/src/templates/zshare/editcomponent/index.jsx
+++ b/src/templates/zshare/editcomponent/index.jsx
@@ -312,10 +312,7 @@
           onCancel={() => {this.setState({pasteVisible: false})}}
           destroyOnClose
         >
-          <PasteForm
-            dict={dict}
-            wrappedComponentRef={(inst) => this.pasteFormRef = inst}
-          />
+          <PasteForm dict={dict} wrappedComponentRef={(inst) => this.pasteFormRef = inst}/>
         </Modal>
       </div>
     )

--
Gitblit v1.8.0