mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: 图标选择器,如果图标不属于saas项目中的,则默认显示schema配置的内容 (#6394)
Co-authored-by: zhangzhulei <zhangzhulei@baidu.com>
This commit is contained in:
parent
158e9912de
commit
351571c4c4
@ -92,7 +92,7 @@ export default class IconSelectControl extends React.PureComponent<
|
||||
}
|
||||
}
|
||||
}
|
||||
return findItem || null;
|
||||
return findItem || {name: svg, id: '', svg: ''};
|
||||
}
|
||||
|
||||
@autobind
|
||||
|
Loading…
Reference in New Issue
Block a user