Skip to content

Commit ab5f1ce

Browse files
committed
do not use unfetched sandboxes
1 parent 0bfa2b8 commit ab5f1ce

File tree

1 file changed

+0
-1
lines changed
  • packages/app/src/app/overmind/namespaces/sidebar

1 file changed

+0
-1
lines changed

packages/app/src/app/overmind/namespaces/sidebar/state.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ type SidebarState = {
55
hasSyncedSandboxes: boolean | null;
66
hasTemplates: boolean | null;
77
repositories: Array<RepoInfo>;
8-
sandboxes: Array<Sandbox>;
98
};
109

1110
export type State = Record<string, SidebarState>;

0 commit comments

Comments
 (0)