We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b6c4f commit 4efbf90Copy full SHA for 4efbf90
src/main/kotlin/com/coder/gateway/views/steps/CoderWorkspacesStepView.kt
@@ -418,6 +418,7 @@ class CoderWorkspacesStepView : CoderWizardStep<CoderWorkspacesStepSelection>(
418
}
419
420
init {
421
+ updateWorkspaceActions()
422
addToCenter(component)
423
424
@@ -651,7 +652,6 @@ class CoderWorkspacesStepView : CoderWizardStep<CoderWorkspacesStepSelection>(
651
652
* poller and it has not been stopped.
653
*/
654
private fun triggerWorkspacePolling(fetchNow: Boolean) {
- updateWorkspaceActions()
655
if (poller != null && poller?.isCancelled != true) {
656
throw Exception("Poller was not canceled before starting a new one")
657
0 commit comments