feat: notifications rework
This commit is contained in:
parent
b6e7d98b72
commit
ffa8713ee4
77 changed files with 2281 additions and 3269 deletions
|
|
@ -0,0 +1,18 @@
|
|||
import React from 'react'
|
||||
|
||||
import SingleFieldEditableNumber from '../components/SingleFieldEditableNumber'
|
||||
|
||||
const NAME = 'highValueTransaction'
|
||||
|
||||
const TransactionAlerts = ({ section }) => {
|
||||
return (
|
||||
<SingleFieldEditableNumber
|
||||
section={section}
|
||||
title="High value transaction"
|
||||
label="Alert me over"
|
||||
name={NAME}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
export default TransactionAlerts
|
||||
Loading…
Add table
Add a link
Reference in a new issue