Commit 0b2262a6 by zhaochengxiang

bug fix

parent 398a36c6
...@@ -111,7 +111,7 @@ const FC = (props) => { ...@@ -111,7 +111,7 @@ const FC = (props) => {
<div className='edit-footer'> <div className='edit-footer'>
{ {
action === 'edit' ? <Space> action === 'edit' ? <Space>
<Button onClick={cancel}>取消</Button> { (elementIds??[]).length>0 && <Button onClick={cancel}>取消</Button> }
<Button <Button
type='primary' type='primary'
onClick={save} onClick={save}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment