提交 19eac941 编写于 作者: Z Zhongjie Wu 提交者: 陈帅

Fix an issue in list item Add (#3423)

上级 8ce6a73c
......@@ -322,7 +322,7 @@ class BasicList extends PureComponent {
</Card>
</div>
<Modal
title={done ? null : `任务${current ? '编辑' : '添加'}`}
title={done ? null : `任务${current.id ? '编辑' : '添加'}`}
className={styles.standardListForm}
width={640}
bodyStyle={done ? { padding: '72px 0' } : { padding: '28px 0 0' }}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册