bison-web-components 1.1.0 → 1.2.0

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.
@@ -420,7 +420,6 @@ class BisonOperatorPayments extends HTMLElement {
420
420
  this._searchQuery = "";
421
421
  this._selectedBank = BOP_BRAND_BANK;
422
422
  this._isLoading = false;
423
- this._accounts = [];
424
423
  this._selectedAccounts = new Set();
425
424
  this._linkedAccount = null;
426
425
  this._unlinkTarget = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bison-web-components",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Bison JIB's suite of web components",
5
5
  "main": "component.js",
6
6
  "type": "module",