Added: The support for CZK Currency (#5561)
Added the Czech Koruna currency support. - Added the CZK to the currency code. - Set the desired CZK icon to `TablerIcons` to use it within the `twenty-ui` fixes: #5530  
This commit is contained in:
committed by
GitHub
parent
c7d61e183a
commit
3de5ed3427
@ -2,6 +2,7 @@ export enum CurrencyCode {
|
||||
CAD = 'CAD',
|
||||
CHF = 'CHF',
|
||||
CNY = 'CNY',
|
||||
CZK = 'CZK',
|
||||
EUR = 'EUR',
|
||||
GBP = 'GBP',
|
||||
HKD = 'HKD',
|
||||
|
||||
Reference in New Issue
Block a user