Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
apps/client/src/app/components/admin-overview/admin-overview.component.ts
|
@ -29,7 +29,7 @@ import { takeUntil } from 'rxjs/operators'; |
|
|
templateUrl: './admin-overview.html' |
|
|
templateUrl: './admin-overview.html' |
|
|
}) |
|
|
}) |
|
|
export class AdminOverviewComponent implements OnDestroy, OnInit { |
|
|
export class AdminOverviewComponent implements OnDestroy, OnInit { |
|
|
public couponDuration: StringValue = '30 days'; |
|
|
public couponDuration: StringValue = '14 days'; |
|
|
public coupons: Coupon[]; |
|
|
public coupons: Coupon[]; |
|
|
public customCurrencies: string[]; |
|
|
public customCurrencies: string[]; |
|
|
public exchangeRates: { label1: string; label2: string; value: number }[]; |
|
|
public exchangeRates: { label1: string; label2: string; value: number }[]; |
|
|