We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847612c commit a1dc6d9Copy full SHA for a1dc6d9
2 files changed
webapp/components/drawer/Drawer.js
@@ -19,7 +19,6 @@ import {
19
import DrawerIcon from '../general/NetPyNEIcons';
20
import useStyles from './useStyles';
21
import Tooltip from '../general/Tooltip';
22
-import { maximizeWidget } from '@metacell/geppetto-meta-client/common/layout/actions';
23
24
const drawerOpenWidth = 'auto';
25
const drawerCloseWidth = 55;
webapp/components/general/ExperimentControlPanel.js
@@ -68,6 +68,7 @@ const ExperimentControlPanel = (props) => {
68
</Box>
69
<TreeView
70
aria-label="Network data navigator"
71
+ defaultExpanded={['network']}
72
defaultCollapseIcon={<ExpandMoreIcon />}
73
defaultExpandIcon={<ChevronRightIcon />}
74
>
0 commit comments