Skip to content

Commit 1793f91

Browse files
committed
fix: don't wait for icons to be loaded
1 parent db7e351 commit 1793f91

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,7 @@ class CoderWorkspacesStepView(val enableNextButtonCallback: (Boolean) -> Unit) :
405405
fraction = 0.1
406406
}
407407

408-
withContext(Dispatchers.IO) {
409-
loadWorkspaces()
410-
}
408+
loadWorkspaces()
411409

412410
this.indicator.apply {
413411
isIndeterminate = false

0 commit comments

Comments
 (0)