mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: 先兼容报错 (#9282)
This commit is contained in:
parent
00ef6e6a01
commit
07e3281cc0
@ -312,7 +312,7 @@ export class DrawerPlugin extends BasePlugin {
|
||||
const hostNodeDataSchema =
|
||||
await this.manager.config.getHostNodeDataSchema?.();
|
||||
hostNodeDataSchema
|
||||
.filter(
|
||||
.filter?.(
|
||||
(item: any) => !['system-variable', 'page-global'].includes(item.$id)
|
||||
)
|
||||
?.forEach((item: any) => {
|
||||
|
Loading…
Reference in New Issue
Block a user