Skip to content

Commit 3261cfa

Browse files
author
Nestor Diaz
committed
Disable file list validator until backend release
1 parent 15fbbdb commit 3261cfa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/submission/submission-shared/model/templates/bia.template.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,8 @@ export const biaTemplate = {
482482
valueType: { name: 'file' },
483483
display: 'required',
484484
helpLink: 'https://www.ebi.ac.uk/biostudies/BioImages/help',
485-
helpText: 'Help',
486-
asyncValueValidatorName: 'forFileList'
485+
helpText: 'Help'
486+
// asyncValueValidatorName: 'forFileList'
487487
},
488488
{
489489
name: 'Comment',

0 commit comments

Comments
 (0)