@sumaris-net/ngx-components 0.27.11 → 0.27.12

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.
@@ -23827,7 +23827,7 @@
23827
23827
  this.markAsDirty(opts);
23828
23828
  };
23829
23829
  AppTable.prototype.markAsReady = function (opts) {
23830
- if (this.readySubject.value !== false) {
23830
+ if (this.readySubject.value !== true) {
23831
23831
  this.readySubject.next(false);
23832
23832
  // If subclasses implements OnReady
23833
23833
  if (typeof this['ngOnReady'] === 'function') {