Skip to content

Commit 82c4f85

Browse files
committed
Fix indeterminate error for progress indicator
1 parent 610048b commit 82c4f85

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
### Added
77

88
- upgraded support for the latest Coder REST API
9+
- support for latest Gateway 2022.2.x builds
910

1011
### Fixed
1112

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

+1
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ class CoderWorkspacesStepView(val enableNextButtonCallback: (Boolean) -> Unit) :
480480
val configSSHTask = object : Task.Modal(null, CoderGatewayBundle.message("gateway.connector.view.coder.workspaces.cli.configssh.dialog.title"), false) {
481481
override fun run(pi: ProgressIndicator) {
482482
pi.apply {
483+
isIndeterminate = false
483484
text = "Configuring coder cli..."
484485
fraction = 0.1
485486
}

0 commit comments

Comments
 (0)