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