diff --git a/client/src/views/record/list.js b/client/src/views/record/list.js index ed6929b223..a5e64d5e16 100644 --- a/client/src/views/record/list.js +++ b/client/src/views/record/list.js @@ -1600,7 +1600,7 @@ define( return; } - if (options.previousDataList) { + if (options && options.previousDataList) { let currentDataList = this.collection.models.map(model => { return Espo.Utils.cloneDeep(model.attributes); });