@sd-angular/core 1.3.193 → 1.3.194

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5221,6 +5221,9 @@
5221
5221
  if (typeof (click) === 'function') {
5222
5222
  result.click = function () { return click(value, rowData); };
5223
5223
  }
5224
+ if (result.display.value === null) {
5225
+ result.display.value = undefined;
5226
+ }
5224
5227
  return [2 /*return*/, result];
5225
5228
  }
5226
5229
  });