Skip to content

Commit e357d5c

Browse files
Hari KiranHari Kiran
authored andcommitted
Fix #37 DOWNLOAD DATASET button file size
1 parent 7ab96d7 commit e357d5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/DatasetDetailPage.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,8 @@ const DatasetDetailPage: React.FC = () => {
586586
"&:hover": { backgroundColor: "#ff9100" },
587587
}}
588588
>
589-
Download Dataset (1 Mb)
589+
{/* Download Dataset (1 Mb) */}
590+
Download Dataset ({(jsonSize / 1024).toFixed(0)} MB)
590591
</Button>
591592

592593
<Button

0 commit comments

Comments
 (0)