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 @@ -15,4 +15,5 @@ export enum CurrencyCode {
15
15
QAR = 'QAR' ,
16
16
AED = 'AED' ,
17
17
KRW = 'KRW' ,
18
+ BRL = 'BRL' ,
18
19
}
Original file line number Diff line number Diff line change 8
8
IconCurrencyKroneCzech ,
9
9
IconCurrencyKroneSwedish ,
10
10
IconCurrencyPound ,
11
+ IconCurrencyReal ,
11
12
IconCurrencyRiyal ,
12
13
IconCurrencyWon ,
13
14
IconCurrencyYen ,
@@ -84,4 +85,8 @@ export const SETTINGS_FIELD_CURRENCY_CODES: Record<
84
85
label : 'South Korean won' ,
85
86
Icon : IconCurrencyWon ,
86
87
} ,
88
+ BRL : {
89
+ label : 'Brazilian real' ,
90
+ Icon : IconCurrencyReal ,
91
+ }
87
92
} ;
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ export {
60
60
IconCurrencyKroneCzech ,
61
61
IconCurrencyKroneSwedish ,
62
62
IconCurrencyPound ,
63
+ IconCurrencyReal ,
63
64
IconCurrencyRiyal ,
64
65
IconCurrencyWon ,
65
66
IconCurrencyYen ,
You can’t perform that action at this time.
0 commit comments