From 5944c2832820a8bfa86e3efb5085f5a2463897f9 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 22 九月 2020 09:14:49 +0800
Subject: [PATCH] 2020-09-22

---
 src/menu/components/tabs/tabcomponents/index.jsx |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/menu/components/tabs/tabcomponents/index.jsx b/src/menu/components/tabs/tabcomponents/index.jsx
index 14b4604..62d2cb7 100644
--- a/src/menu/components/tabs/tabcomponents/index.jsx
+++ b/src/menu/components/tabs/tabcomponents/index.jsx
@@ -10,7 +10,7 @@
 
 const { confirm } = Modal
 
-const Container = ({menu, config, handleList }) => {
+const Container = ({ config, handleList }) => {
   let target = null
 
   const [cards, setCards] = useState(config.components)
@@ -138,7 +138,6 @@
         <Card
           id={card.uuid}
           key={card.uuid}
-          menu={menu}
           config={config}
           card={card}
           moveCard={moveCard}

--
Gitblit v1.8.0