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;
|