We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bfa2b8 + a361f08 commit 014f116Copy full SHA for 014f116
packages/app/src/app/overmind/namespaces/sidebar/state.ts
@@ -5,7 +5,6 @@ type SidebarState = {
5
hasSyncedSandboxes: boolean | null;
6
hasTemplates: boolean | null;
7
repositories: Array<RepoInfo>;
8
- sandboxes: Array<Sandbox>;
9
};
10
11
export type State = Record<string, SidebarState>;
0 commit comments