Merge pull request #8409 from wibetter/master

fix(amis-editor): FormulaControl中过滤掉embed,避免默认值设置交互受影响
This commit is contained in:
刘丹 2023-10-18 11:10:12 +08:00 committed by GitHub
commit a6b8e44f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -484,7 +484,8 @@ export default class FormulaControl extends React.Component<
'css',
'validateApi',
'themeCss',
'onEvent'
'onEvent',
'embed'
];
// 当前组件要剔除的字段