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:
@ -89,4 +89,8 @@ export const SETTINGS_FIELD_CURRENCY_CODES: Record<
|
||||
label: 'Brazilian real',
|
||||
Icon: IconCurrencyReal,
|
||||
},
|
||||
AUD: {
|
||||
label: 'Australian dollar',
|
||||
Icon: IconCurrencyDollar,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user