mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 23:16:03 +00:00
fix
This commit is contained in:
@@ -117,7 +117,7 @@ define('model', [], function () {
|
||||
|
||||
if (defaultValue !== null) {
|
||||
try {
|
||||
let defaultValue = this.parseDefaultValue(defaultValue);
|
||||
defaultValue = this.parseDefaultValue(defaultValue);
|
||||
|
||||
defaultHash[field] = defaultValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user