fix: make cash-out fixed fee overrides green
This commit is contained in:
parent
599dbf8679
commit
6d141f816d
1 changed files with 3 additions and 2 deletions
|
|
@ -237,6 +237,7 @@ const mainFields = currency => [
|
||||||
name: 'cashOutFixedFee',
|
name: 'cashOutFixedFee',
|
||||||
display: 'Fixed fee',
|
display: 'Fixed fee',
|
||||||
width: 169,
|
width: 169,
|
||||||
|
size: 'lg',
|
||||||
doubleHeader: 'Cash-out only',
|
doubleHeader: 'Cash-out only',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
editingAlign: 'right',
|
editingAlign: 'right',
|
||||||
|
|
@ -595,12 +596,12 @@ const getListCommissionsFields = (getData, currency, defaults) => {
|
||||||
name: 'cashOutFixedFee',
|
name: 'cashOutFixedFee',
|
||||||
display: 'Fixed fee',
|
display: 'Fixed fee',
|
||||||
width: 140,
|
width: 140,
|
||||||
|
input: NumberInput,
|
||||||
doubleHeader: 'Cash-out only',
|
doubleHeader: 'Cash-out only',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
editingAlign: 'right',
|
editingAlign: 'right',
|
||||||
input: NumberInput,
|
|
||||||
suffix: currency,
|
suffix: currency,
|
||||||
bold: bold,
|
textStyle: obj => getTextStyle(obj),
|
||||||
inputProps: {
|
inputProps: {
|
||||||
decimalPlaces: 2
|
decimalPlaces: 2
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue