fix(dtmm): Fix deploy button staying disabled
This commit is contained in:
parent
560e5496bc
commit
0ac3f84dba
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ impl AppDelegate<State> for Delegate {
|
|||
|
||||
Handled::Yes
|
||||
}
|
||||
cmd if cmd.is(ACTION_START_DEPLOY) => {
|
||||
cmd if cmd.is(ACTION_FINISH_DEPLOY) => {
|
||||
state.is_deployment_in_progress = false;
|
||||
Handled::Yes
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue