fix: corrections for spotlight searchers (#3275)
This commit is contained in:
@@ -427,6 +427,10 @@ export function getCurrentEnvironment(): Environment {
|
||||
}
|
||||
}
|
||||
|
||||
export function getSelectedEnvironmentIndex() {
|
||||
return environmentsStore.value.selectedEnvironmentIndex
|
||||
}
|
||||
|
||||
export function getSelectedEnvironmentType() {
|
||||
return environmentsStore.value.selectedEnvironmentIndex.type
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user