@arsedizioni/ars-utils 21.2.254 → 21.2.256

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.
@@ -2217,7 +2217,7 @@ class ClipperService {
2217
2217
  return this.availableChannels()?.filter(x => !x.suspended && !x.disabled && x.active === true);
2218
2218
  }, ...(ngDevMode ? [{ debugName: "activeChannels" }] : /* istanbul ignore next */ []));
2219
2219
  this.allowTags = signal(false, ...(ngDevMode ? [{ debugName: "allowTags" }] : /* istanbul ignore next */ []));
2220
- this.pendingNotes = signal(0, ...(ngDevMode ? [{ debugName: "pendingNotes" }] : /* istanbul ignore next */ []));
2220
+ this.pendingNotes = signal(undefined, ...(ngDevMode ? [{ debugName: "pendingNotes" }] : /* istanbul ignore next */ []));
2221
2221
  }
2222
2222
  get appUri() {
2223
2223
  return this._appUri;