We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e2b98 commit c616981Copy full SHA for c616981
src/main/kotlin/com/coder/toolbox/CoderRemoteProvider.kt
@@ -68,7 +68,7 @@ class CoderRemoteProvider(
68
private var coderHeaderPage = NewEnvironmentPage(context, context.i18n.pnotr(context.deploymentUrl?.first ?: ""))
69
private val linkHandler = CoderProtocolHandler(context, dialogUi, isInitialized)
70
override val environments: MutableStateFlow<LoadableState<List<RemoteProviderEnvironment>>> = MutableStateFlow(
71
- LoadableState.Value(emptyList())
+ LoadableState.Loading
72
)
73
74
/**
0 commit comments