[Optimize] JSON新增MM2 Drawer Title文案变更(#894)

This commit is contained in:
erge
2023-02-20 16:36:45 +08:00
committed by lucasun
parent fbe6945d3b
commit 5c26e8947b

View File

@@ -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}