Skip to content

Commit 2b31c21

Browse files
authored
Merge pull request #151 from EBISPOT/develop
Develop
2 parents 03a659b + 819c71f commit 2b31c21

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/app/feature/submission/components/submission-details-tab/submission-details-tab.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@
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

src/environments/environment.sandbox.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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__',

0 commit comments

Comments
 (0)