cat-qw-lib 0.45.1 → 0.45.2

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.
@@ -4061,6 +4061,7 @@ let WidgetStore = class WidgetStore extends BaseStore {
4061
4061
  this.onItemClick$.next(value);
4062
4062
  }
4063
4063
  setDirectDebitId(directDebitId) {
4064
+ this.update({ directDebitId: null });
4064
4065
  this.update({ directDebitId: directDebitId });
4065
4066
  }
4066
4067
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: WidgetStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });