From da9942cd74b890c8533f475e7b333105c2358f0a Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 07 九月 2021 14:10:28 +0800
Subject: [PATCH] 2021-09-07

---
 src/menu/popview/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/menu/popview/index.jsx b/src/menu/popview/index.jsx
index 1e7c6a6..409c6aa 100644
--- a/src/menu/popview/index.jsx
+++ b/src/menu/popview/index.jsx
@@ -608,7 +608,7 @@
                   <Versions MenuId={MenuId} open_edition={config ? config.open_edition : ''} updateConfig={this.refreshConfig}/>
                   <ReplaceField type="custom" config={config} updateConfig={this.resetConfig}/>
                   <StyleCombControlButton menu={config} />
-                  <PasteController type="menu" Tab={null} insert={this.insert} />
+                  <PasteController insert={this.insert} />
                   {config ? <Switch className="big" checkedChildren={dict['mob.enable']} unCheckedChildren={dict['mob.disable']} checked={config.enabled} onChange={this.onEnabledChange} /> : null}
                   <Button type="primary" onClick={this.submitConfig} loading={menuloading}>{dict['mob.save']}</Button>
                   <Button type="default" onClick={this.closeView}>{dict['mob.return']}</Button>

--
Gitblit v1.8.0