hide sidebar by default
This commit is contained in:
parent
336be41b09
commit
b10d2063ed
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const initialState = {
|
|||
arguments: []
|
||||
},
|
||||
modalIsVisible: false,
|
||||
sidebarIsExpanded: true,
|
||||
sidebarIsExpanded: false,
|
||||
consoleIsExpanded: false,
|
||||
preferencesIsVisible: false,
|
||||
projectOptionsVisible: false,
|
||||
|
|
Loading…
Reference in a new issue