Skip to content

Commit c480fd6

Browse files
committed
fix: download artifacts
1 parent 54d9924 commit c480fd6

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/SubmissionManagement/DownloadArtifactsModal

1 file changed

+1
-1
lines changed

src/shared/components/SubmissionManagement/DownloadArtifactsModal/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default function DownloadArtifactsModal({
6666
<div className={style['list-item']}>
6767
<div className={style['artifact-name']}>{item}</div>
6868
<button
69-
onClick={() => onDownloadArtifacts(item, submissionId)}
69+
onClick={() => onDownloadArtifacts(submissionId, item)}
7070
type="button"
7171
className={style['icon-download']}
7272
>

0 commit comments

Comments
 (0)