feat: team environment search and switch (#3700)

Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
This commit is contained in:
Anwarul Islam
2024-01-30 19:49:04 +05:30
committed by GitHub
parent 0d0ad7a2f8
commit a28a576c41
3 changed files with 120 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ import DispatchingStore, {
defineDispatchers,
} from "~/newstore/DispatchingStore"
type SelectedEnvironmentIndex =
export type SelectedEnvironmentIndex =
| { type: "NO_ENV_SELECTED" }
| { type: "MY_ENV"; index: number }
| {