mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix:(amis-editor)修复添加动作 (#9355)
Co-authored-by: liuguihua <liuguihua@baidu.com>
This commit is contained in:
parent
1e3ab37e69
commit
383abc9f86
@ -49,7 +49,7 @@ export const schemaArrayFormat = (value: any) => {
|
||||
* @param options
|
||||
* @returns
|
||||
*/
|
||||
export const resolveOptionType = (schema: any) => {
|
||||
export const resolveOptionType = (schema: any = {}) => {
|
||||
const {options, valueField} = schema;
|
||||
if (!options) {
|
||||
return 'string';
|
||||
|
Loading…
Reference in New Issue
Block a user