The DeployFormCompleteMsg case in the main Update() switch (~line 220 of app.go) is dead code. It never executes because updateDeployFormAll() intercepts the message first. The real handler is inside updateDeployFormAll() (~line 469). The dead code should be removed to avoid confusion.