mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
fix: 修复点选可能报错
This commit is contained in:
parent
48839ed694
commit
1c26196b0b
@ -301,6 +301,7 @@ function SchemaFrom({
|
||||
};
|
||||
}
|
||||
|
||||
value = value || {};
|
||||
const finalValue = setThemeDefaultData(pipeIn ? pipeIn(value) : value);
|
||||
|
||||
return render(
|
||||
|
Loading…
Reference in New Issue
Block a user