Added Thai Baht support (#5881)
Hey, saw Thai Baht support was [requested](https://github.com/twentyhq/twenty/issues/5876) and thought it was a cool first issue to get to know the project a little bit.
This commit is contained in:
@ -10,6 +10,7 @@ export enum CurrencyCode {
|
||||
USD = 'USD',
|
||||
NOK = 'NOK',
|
||||
SEK = 'SEK',
|
||||
BHT = 'BHT',
|
||||
MAD = 'MAD',
|
||||
QAR = 'QAR',
|
||||
AED = 'AED',
|
||||
|
||||
Reference in New Issue
Block a user