mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-26 13:31:45 +03:00
feat: add australian dollar currency (#5990)
Hi Twenty team, I'd love to have Australian dollar as an option in Twenty! Please let me me know if I have missed anything I need to change to enable this. Thanks for a a great product --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
parent
28c8f0df32
commit
901ef65545
@ -16,4 +16,5 @@ export enum CurrencyCode {
|
||||
AED = 'AED',
|
||||
KRW = 'KRW',
|
||||
BRL = 'BRL',
|
||||
AUD = 'AUD',
|
||||
}
|
||||
|
@ -89,4 +89,8 @@ export const SETTINGS_FIELD_CURRENCY_CODES: Record<
|
||||
label: 'Brazilian real',
|
||||
Icon: IconCurrencyReal,
|
||||
},
|
||||
AUD: {
|
||||
label: 'Australian dollar',
|
||||
Icon: IconCurrencyDollar,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user