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.7", "version": "0.3.9", "description": "Ever Admin", "license": "AGPL-3.0", "homepage": "https://ever.co", Loading packages/merchant-tablet-ionic/src/components/order/make-order/make-order.component.ts +0 −3 Original line number Diff line number Diff line Loading @@ -81,9 +81,6 @@ export class MakeOrderComponent implements OnInit, OnDestroy { .pipe(takeUntil(this._ngDestroy$)) .subscribe( () => { this._showNotification( `User with id '${this.customerId}' finish the order` ); this.orderFinishedEmitter.emit(); }, () => { 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.7", "version": "0.3.9", "description": "Ever Admin", "license": "AGPL-3.0", "homepage": "https://ever.co", Loading
packages/merchant-tablet-ionic/src/components/order/make-order/make-order.component.ts +0 −3 Original line number Diff line number Diff line Loading @@ -81,9 +81,6 @@ export class MakeOrderComponent implements OnInit, OnDestroy { .pipe(takeUntil(this._ngDestroy$)) .subscribe( () => { this._showNotification( `User with id '${this.customerId}' finish the order` ); this.orderFinishedEmitter.emit(); }, () => { Loading