From 55a1b8402fd258da084df9b8a3935eef8450247c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 01 八月 2021 18:03:02 +0800 Subject: [PATCH] 2021-08-01 --- src/menu/components/share/pastecomponent/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/menu/components/share/pastecomponent/index.jsx b/src/menu/components/share/pastecomponent/index.jsx index 553d24d..e367d11 100644 --- a/src/menu/components/share/pastecomponent/index.jsx +++ b/src/menu/components/share/pastecomponent/index.jsx @@ -148,7 +148,7 @@ MKEmitter.emit('copyButtons', copyBtns) } - if (config.type === 'form' && config.subtype === 'stepform') { + if (config.type === 'form') { this.props.updateConfig(res) this.setState({visible: false}) return -- Gitblit v1.8.0