mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 02:25:23 +00:00
Merge branch 'master' into fr-749/bootstrap-icons
This commit is contained in:
commit
2353d00fa8
@ -15,7 +15,7 @@ export class CurrencyAutocompleteFieldComponent extends WrappedFormControlSuperc
|
||||
@Input() label: string;
|
||||
@Input() @coerceBoolean required = false;
|
||||
|
||||
options: Option<string>[] = ['RUB', 'USD', 'EUR', 'UAH', 'KZT', 'BYR']
|
||||
options: Option<string>[] = ['RUB', 'USD', 'EUR', 'UAH', 'KZT', 'BYN']
|
||||
.sort()
|
||||
.map((currency) => ({ label: currency, value: currency }));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user