Skip to content

Commit

Permalink
Fix bug in DatasetOverviewPanel.jsx
Browse files Browse the repository at this point in the history
Line was still showing up in middle of the page
  • Loading branch information
snf2ye committed Jan 10, 2025
1 parent 5da807e commit bfb53c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dataset/overview/DatasetOverviewPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ function DatasetOverviewPanel(props) {
</Grid>
</TabPanel>
<StyledDrawer
variant="permanent"
variant="temporary"
anchor="right"
open={isHelpVisible}
isVisible={isHelpVisible}
Expand Down

0 comments on commit bfb53c8

Please sign in to comment.