Skip to content

Commit a8d8282

Browse files
committed
fix default open sidebar
1 parent 2139ace commit a8d8282

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/overmind/utils

1 file changed

+1
-1
lines changed

packages/app/src/app/overmind/utils/items.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const FILES: INavigationItem = {
3232
id: 'files',
3333
name: 'Explorer',
3434
hasCustomHeader: true,
35+
defaultOpen: true,
3536
};
3637

3738
const GITHUB: INavigationItem = {
@@ -60,7 +61,6 @@ const LIVE: INavigationItem = {
6061
const SERVER: INavigationItem = {
6162
id: 'server',
6263
name: 'Server Control Panel',
63-
defaultOpen: true,
6464
};
6565

6666
export function getDisabledItems(store: any): INavigationItem[] {

0 commit comments

Comments
 (0)