feat: transactions page polling
feat: DataTable row aware of data to trigger expansion fix: polling interval
This commit is contained in:
parent
2ccbbdeb50
commit
17e1da61f3
2 changed files with 18 additions and 8 deletions
|
|
@ -68,7 +68,8 @@ const Transactions = () => {
|
|||
const { data: txResponse, loading } = useQuery(GET_TRANSACTIONS, {
|
||||
variables: {
|
||||
limit: NUM_LOG_RESULTS
|
||||
}
|
||||
},
|
||||
pollInterval: 10000
|
||||
})
|
||||
|
||||
const redirect = customerId => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue