Skip to content

Commit 95b8baf

Browse files
rlee80RishabhJain2018
authored andcommitted
Add support for tsv and gz file submission(Cloud-CV#224)
* Add tsv and gz support for file submissions * Revert "Add tsv and gz support for file submissions" This reverts commit a5a7bda. * Add tsv and gz support for file submissions
1 parent a013442 commit 95b8baf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/components/challenge/challengesubmissions/challengesubmissions.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export class ChallengesubmissionsComponent implements OnInit, AfterViewInit {
111111
/**
112112
* Download file types
113113
*/
114-
fileTypes = [{ 'name': 'csv' }];
114+
fileTypes = [{ 'name': 'csv' }, { 'name': 'tsv' }, { 'name': 'gz' }];
115115

116116
/**
117117
* Selected file type

0 commit comments

Comments
 (0)