mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: 修复 diffEdit 异常报错 (#10862)
This commit is contained in:
parent
86406eb741
commit
bb399c2cfd
@ -68,7 +68,7 @@ function normalizeValue(value: any, language?: string) {
|
||||
} catch (e) {}
|
||||
}
|
||||
|
||||
return value;
|
||||
return value || '';
|
||||
}
|
||||
|
||||
export class DiffEditor extends React.Component<DiffEditorProps, any> {
|
||||
|
Loading…
Reference in New Issue
Block a user