Skip to content

Commit

Permalink
fix(editor): 添加代码块参数时出错
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Jun 28, 2023
1 parent 74c9dea commit d480a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/FunctionEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ defineOptions({
name: 'MEditorFunctionEditor',
});
provide('mForm', {});
provide('mForm', null);
const defaultParamColConfig: ColumnConfig = {
type: 'row',
Expand Down

0 comments on commit d480a03

Please sign in to comment.