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 241baae

Browse files
committedJul 27, 2023
Do not remove CLI when going back to workspaces view
We set it when connecting so this results in no CLI being available (for example if you go back and select a different or even the same workspace). Fixes #277.
1 parent 182f9c7 commit 241baae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/main/kotlin/com/coder/gateway/views/steps/CoderWorkspacesStepView.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ class CoderWorkspacesStepView(val setNextButtonEnabled: (Boolean) -> Unit) : Cod
303303
}
304304

305305
override fun onInit(wizardModel: CoderWorkspacesWizardModel) {
306-
cliManager = null
307306
tableOfWorkspaces.listTableModel.items = emptyList()
308307
if (localWizardModel.coderURL.isNotBlank() && localWizardModel.token != null) {
309308
triggerWorkspacePolling(true)

0 commit comments

Comments
 (0)
Please sign in to comment.