mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 02:25:23 +00:00
Add JPY (#40)
This commit is contained in:
parent
5c12db8e9e
commit
d43c16cbdc
@ -15,7 +15,7 @@ export class CurrencyAutocompleteFieldComponent extends WrappedFormControlSuperc
|
||||
@Input() label: string;
|
||||
@Input() @coerceBoolean required = false;
|
||||
|
||||
options: Option<string>[] = ['RUB', 'USD', 'EUR', 'UAH', 'KZT', 'BYN']
|
||||
options: Option<string>[] = ['RUB', 'USD', 'EUR', 'UAH', 'KZT', 'BYN', 'JPY']
|
||||
.sort()
|
||||
.map((currency) => ({ label: currency, value: currency }));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user