Add new Currencies with Corresponding Icons (#5353)
### **Description** Add 3 new currencies ### **Refs** https://github.com/twentyhq/twenty/issues/5351 ### **Demo** <img width="678" alt="Screenshot 2024-05-11 at 1 30 55 AM" src="https://github.com/twentyhq/twenty/assets/62111075/cc88ba46-cc5a-41d6-baf8-c28851c629ae">
This commit is contained in:
@ -7,4 +7,7 @@ export enum CurrencyCode {
|
||||
HKD = 'HKD',
|
||||
JPY = 'JPY',
|
||||
USD = 'USD',
|
||||
MAD = 'MAD',
|
||||
QAR = 'QAR',
|
||||
AED = 'AED',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user