Skip to content

Commit 8770c86

Browse files
committed
Reset modal text after running setup command
1 parent 411b1c8 commit 8770c86

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

+1
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)