Skip to content

Commit bcf59e2

Browse files
committed
mg updated button onclick as per Eivind tabs[currentTab]
1 parent 8d0b941 commit bcf59e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/containers/ButtonsContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function ButtonsContainer(): JSX.Element {
113113
variant='outlined'
114114
className='export-button'
115115
type='button'
116-
onClick={() => exportHandler(snapshots)}
116+
onClick={() => exportHandler(tabs[currentTab])}
117117
>
118118
<FileDownloadIcon sx={{pr: 1}}/>
119119
Download

0 commit comments

Comments
 (0)