Loading packages/admin-web-angular/package.json +1 −1 Original line number Diff line number Diff line { "name": "@ever-platform/admin-web-angular", "version": "0.3.0", "version": "0.3.1", "description": "Ever Admin", "license": "AGPL-3.0", "homepage": "https://ever.co", Loading packages/admin-web-angular/src/app/pages/+fakeData/fakeData.component.ts +1 −1 Original line number Diff line number Diff line Loading @@ -1154,7 +1154,7 @@ export class FakeDataComponent implements OnInit, OnDestroy { } private async _generateCurrencies() { const currenciesCodes = ['USD', 'ILS', 'EUR', 'BGN', 'RUB']; const currenciesCodes = ['USD', 'ILS', 'EUR', 'BGN', 'RUB', 'UYU']; for (const currencyCode of currenciesCodes) { const res = await this._currenciesService Loading Loading
packages/admin-web-angular/package.json +1 −1 Original line number Diff line number Diff line { "name": "@ever-platform/admin-web-angular", "version": "0.3.0", "version": "0.3.1", "description": "Ever Admin", "license": "AGPL-3.0", "homepage": "https://ever.co", Loading
packages/admin-web-angular/src/app/pages/+fakeData/fakeData.component.ts +1 −1 Original line number Diff line number Diff line Loading @@ -1154,7 +1154,7 @@ export class FakeDataComponent implements OnInit, OnDestroy { } private async _generateCurrencies() { const currenciesCodes = ['USD', 'ILS', 'EUR', 'BGN', 'RUB']; const currenciesCodes = ['USD', 'ILS', 'EUR', 'BGN', 'RUB', 'UYU']; for (const currencyCode of currenciesCodes) { const res = await this._currenciesService Loading