mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix(editor): 修复校验规则修改后面板不更新问题 (#10113)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
This commit is contained in:
parent
916542d088
commit
ec65a30482
@ -406,6 +406,7 @@ export default class ValidationControl extends React.Component<
|
||||
|
||||
@FormItem({
|
||||
type: 'ae-validationControl',
|
||||
renderLabel: false
|
||||
renderLabel: false,
|
||||
strictMode: false
|
||||
})
|
||||
export class ValidationControlRenderer extends ValidationControl {}
|
||||
|
Loading…
Reference in New Issue
Block a user