mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
Merge pull request #8409 from wibetter/master
fix(amis-editor): FormulaControl中过滤掉embed,避免默认值设置交互受影响
This commit is contained in:
commit
a6b8e44f31
@ -484,7 +484,8 @@ export default class FormulaControl extends React.Component<
|
||||
'css',
|
||||
'validateApi',
|
||||
'themeCss',
|
||||
'onEvent'
|
||||
'onEvent',
|
||||
'embed'
|
||||
];
|
||||
|
||||
// 当前组件要剔除的字段
|
||||
|
Loading…
Reference in New Issue
Block a user