File tree 3 files changed +7
-0
lines changed
object-record/record-field/types
settings/data-model/constants
twenty-ui/src/display/icon/components
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ export enum CurrencyCode {
2
2
CAD = 'CAD' ,
3
3
CHF = 'CHF' ,
4
4
CNY = 'CNY' ,
5
+ CZK = 'CZK' ,
5
6
EUR = 'EUR' ,
6
7
GBP = 'GBP' ,
7
8
HKD = 'HKD' ,
Original file line number Diff line number Diff line change 5
5
IconCurrencyEuro ,
6
6
IconCurrencyFrank ,
7
7
IconCurrencyKroneSwedish ,
8
+ IconCurrencyKroneCzech ,
8
9
IconCurrencyPound ,
9
10
IconCurrencyRiyal ,
10
11
IconCurrencyYen ,
@@ -45,6 +46,10 @@ export const SETTINGS_FIELD_CURRENCY_CODES: Record<
45
46
label : 'Chinese yuan' ,
46
47
Icon : IconCurrencyYuan ,
47
48
} ,
49
+ CZK : {
50
+ label : 'Czech koruna' ,
51
+ Icon : IconCurrencyKroneCzech ,
52
+ } ,
48
53
HKD : {
49
54
label : 'Hong Kong dollar' ,
50
55
Icon : IconCurrencyDollar ,
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ export {
57
57
IconCurrencyEuro ,
58
58
IconCurrencyFrank ,
59
59
IconCurrencyKroneSwedish ,
60
+ IconCurrencyKroneCzech ,
60
61
IconCurrencyPound ,
61
62
IconCurrencyRiyal ,
62
63
IconCurrencyYen ,
You can’t perform that action at this time.
0 commit comments