fix(editor): 添加代码块参数时出错

This commit is contained in:
roymondchen 2023-06-28 16:42:08 +08:00
parent 74c9deaa29
commit d480a03369

View File

@ -49,7 +49,7 @@ defineOptions({
name: 'MEditorFunctionEditor',
});
provide('mForm', {});
provide('mForm', null);
const defaultParamColConfig: ColumnConfig = {
type: 'row',