mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
renerLabel 处理逻辑错误
This commit is contained in:
parent
a4b9e3e9db
commit
bce23aa910
@ -244,7 +244,7 @@ export class FormItemWrap extends React.Component<FormItemProps> {
|
||||
|
||||
// 强制不渲染 label 的话
|
||||
if (renderLabel === false) {
|
||||
label = label === false ? false : '';
|
||||
label = false;
|
||||
}
|
||||
|
||||
description = description || desc;
|
||||
|
Loading…
Reference in New Issue
Block a user