Skip to content

Commit cfaf3e4

Browse files
authored
Pass in download csv.gz file in download (#2472)
1 parent ad41252 commit cfaf3e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/app/widgets/DataDownload/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ export const DataDownload = (): Node => {
102102
<a
103103
href={`/users/data/download?request_id=${requestId}`}
104104
className="buttonDarkS"
105+
download="user_data.csv.gz"
105106
>
106107
{I18n.t('users.data_download.download')}
107108
</a>

0 commit comments

Comments
 (0)