mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2025-01-10 21:31:28 +01:00
update steps status after deploy
This commit is contained in:
parent
b97b2312fa
commit
f058d52308
@ -97,13 +97,13 @@ const actions = {
|
|||||||
{ root: true }
|
{ root: true }
|
||||||
)
|
)
|
||||||
|
|
||||||
const result = await dispatch(
|
const success = await dispatch(
|
||||||
'txStorage/runTxWatcher',
|
'txStorage/runTxWatcher',
|
||||||
{ txHash },
|
{ txHash },
|
||||||
{ root: true }
|
{ root: true }
|
||||||
)
|
)
|
||||||
|
|
||||||
if (result) {
|
if (success) {
|
||||||
dispatch(
|
dispatch(
|
||||||
'notice/updateNotice',
|
'notice/updateNotice',
|
||||||
{
|
{
|
||||||
@ -116,6 +116,7 @@ const actions = {
|
|||||||
},
|
},
|
||||||
{ root: true }
|
{ root: true }
|
||||||
)
|
)
|
||||||
|
dispatch('steps/fetchDeploymentStatus', {}, { root: true })
|
||||||
} else {
|
} else {
|
||||||
dispatch(
|
dispatch(
|
||||||
'notice/updateNotice',
|
'notice/updateNotice',
|
||||||
|
Loading…
Reference in New Issue
Block a user