Skip to content

Commit

Permalink
needed component=span
Browse files Browse the repository at this point in the history
  • Loading branch information
snf2ye committed Jan 10, 2025
1 parent bfb53c8 commit 82c62e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/dataset/overview/DatasetOverviewPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ function DatasetOverviewPanel(props) {
</Grid>
</TabPanel>
<TabPanel value={value} index={1}>
<Grid sx={{ paddingBottom: '14px' }}>
<Grid sx={{ pb: '14px' }}>
Use the dataset as is to create a full view snapshot
<Box sx={{ marginLeft: 2 }}>
<Box component="span" sx={{ ml: 2 }}>
<FullViewSnapshotButton dataset={dataset} dispatch={dispatch} />
</Box>
</Grid>
Expand Down

0 comments on commit 82c62e9

Please sign in to comment.