Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 071d064

Browse files
committedApr 26, 2024··
Reset modal text after running setup command
1 parent d39ae94 commit 071d064

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/main/kotlin/com/coder/gateway/models/WorkspaceProjectIDE.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ class WorkspaceProjectIDE(
102102
throw ex
103103
}
104104
}
105+
indicator.text = "Connecting..."
105106
} else {
106107
logger.info("No setup command to run on $hostname")
107108
}

0 commit comments

Comments
 (0)
Please sign in to comment.