mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: 修复 nav 没有 onOrderChange 属性会报错问题 (#3940)
This commit is contained in:
parent
e35a380027
commit
5a018a863c
@ -858,7 +858,7 @@ const ConditionBuilderWithRemoteOptions = withRemoteConfig({
|
||||
}
|
||||
}
|
||||
this.props.updateConfig(links, 'update');
|
||||
this.props.onOrderChange!(links);
|
||||
this.props.onOrderChange?.(links);
|
||||
await this.saveOrder(
|
||||
mapTree(links, (link: Link) => {
|
||||
// 清除内部加的字段
|
||||
|
Loading…
Reference in New Issue
Block a user