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