fix: increased width of inputs so they doesn't cut off text
fix: reenabled the cash-out display component with 500 notes max bot and top fix: fixed repeated import on new-admin config accounts feat: reenabled the cash-out display component
This commit is contained in:
parent
c3222362d7
commit
112544fc75
6 changed files with 78 additions and 37 deletions
|
|
@ -4,13 +4,14 @@ import SingleFieldEditableNumber from '../components/SingleFieldEditableNumber'
|
|||
|
||||
const NAME = 'highValueTransaction'
|
||||
|
||||
const TransactionAlerts = ({ section }) => {
|
||||
const TransactionAlerts = ({ section, fieldWidth }) => {
|
||||
return (
|
||||
<SingleFieldEditableNumber
|
||||
section={section}
|
||||
title="High value transaction"
|
||||
label="Alert me over"
|
||||
name={NAME}
|
||||
width={fieldWidth}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue