Skip to content

Commit b93b408

Browse files
committed
fix: don't fill IDE's dropdown with data from previous workspace
- resolves #154
1 parent 4460d7d commit b93b408

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/coder/gateway/views/steps/CoderLocateRemoteProjectStepView.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ class CoderLocateRemoteProjectStepView(private val disableNextAction: () -> Unit
113113
override val nextActionText = CoderGatewayBundle.message("gateway.connector.view.coder.remoteproject.next.text")
114114

115115
override fun onInit(wizardModel: CoderWorkspacesWizardModel) {
116+
ideComboBoxModel.removeAllElements()
116117
wizard = wizardModel
117118
val selectedWorkspace = wizardModel.selectedWorkspace
118119
if (selectedWorkspace == null) {

0 commit comments

Comments
 (0)