Skip to content

Commit 014f116

Browse files
committed
Merge branch 'sanne/perf-remove-unused-gql-fields' of https://github.com/codesandbox/codesandbox-client into sanne/perf-remove-unused-gql-fields
2 parents 0bfa2b8 + a361f08 commit 014f116

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)