mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 03:42:07 +08:00
[Optimize] JSON新增MM2 Drawer Title文案变更(#894)
This commit is contained in:
@@ -141,7 +141,7 @@ export default forwardRef((props: any, ref) => {
|
||||
|
||||
return (
|
||||
<Drawer
|
||||
title={`${type === 'create' ? '新建' : '编辑'} MM2`}
|
||||
title={`${type === 'create' ? '新增' : '编辑'} MM2`}
|
||||
className="operate-connector-drawer-use-json"
|
||||
width={800}
|
||||
visible={visible}
|
||||
|
||||
Reference in New Issue
Block a user