File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/feature/submission/components/submission-details-tab Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 128128 </ tr >
129129 < tr >
130130 < th class ="col-span-2 "> Open Targets </ th >
131- < td class ="col-span-3 "> < mat-checkbox class ="ml-1 " ngModel =" {{ submission.publication.isOpenTargets}} " disabled > </ mat-checkbox > </ td >
131+ < td class ="col-span-3 "> < mat-checkbox class ="ml-1 " [ ngModel] =" submission.publication.isOpenTargets " disabled > </ mat-checkbox > </ td >
132132 < th class ="col-span-2 "> User Requested</ th >
133- < td class ="col-span-3 "> < mat-checkbox class ="ml-1 " ngModel =" {{ submission.publication.isUserRequested}} " disabled > </ mat-checkbox > </ td >
133+ < td class ="col-span-3 "> < mat-checkbox class ="ml-1 " [ ngModel] =" submission.publication.isUserRequested " disabled > </ mat-checkbox > </ td >
134134 </ tr >
135135 </ table >
136136
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ export const environment = {
77 REACT_APP_GWAS_DOC_BASE : 'https://www.ebi.ac.uk/gwas/docs' ,
88 DATA_URL : '' ,
99 API_URL : 'https://wwwdev.ebi.ac.uk/gwas/deposition/api/v1' ,
10- CURATION_API_URL : 'http://localhost:8081/gwas/depo-curation/api/ v1' ,
11- //CURATION_API_URL: 'https://wwwdev.ebi.ac.uk/gwas/depo-curation/api/v1',
10+ CURATION_API_URL : 'http://localhost:8081/v1' ,
11+ // CURATION_API_URL: 'https://wwwdev.ebi.ac.uk/gwas/depo-curation/api/v1',
1212 DEPOSITION_URL : 'https://wwwdev.ebi.ac.uk/gwas/deposition' ,
1313 AUDIT_API_URL : 'http://localhost:8085/v1' ,
1414 ANOTHER_API_SECRET : '__ANOTHER__SECRET__' ,
You can’t perform that action at this time.
0 commit comments