Skip to content

Commit

Permalink
Merge pull request #151 from EBISPOT/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ala-ebi authored Oct 9, 2024
2 parents 03a659b + 819c71f commit 2b31c21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@
</tr>
<tr>
<th class="col-span-2"> Open Targets </th>
<td class="col-span-3"> <mat-checkbox class="ml-1" ngModel="{{submission.publication.isOpenTargets}}" disabled></mat-checkbox> </td>
<td class="col-span-3"> <mat-checkbox class="ml-1" [ngModel]="submission.publication.isOpenTargets" disabled></mat-checkbox> </td>
<th class="col-span-2"> User Requested</th>
<td class="col-span-3"> <mat-checkbox class="ml-1" ngModel="{{submission.publication.isUserRequested}}" disabled></mat-checkbox> </td>
<td class="col-span-3"> <mat-checkbox class="ml-1" [ngModel]="submission.publication.isUserRequested" disabled></mat-checkbox> </td>
</tr>
</table>

Expand Down
4 changes: 2 additions & 2 deletions src/environments/environment.sandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export const environment = {
REACT_APP_GWAS_DOC_BASE: 'https://www.ebi.ac.uk/gwas/docs',
DATA_URL: '',
API_URL: 'https://wwwdev.ebi.ac.uk/gwas/deposition/api/v1',
CURATION_API_URL: 'http://localhost:8081/gwas/depo-curation/api/v1',
//CURATION_API_URL: 'https://wwwdev.ebi.ac.uk/gwas/depo-curation/api/v1',
CURATION_API_URL: 'http://localhost:8081/v1',
// CURATION_API_URL: 'https://wwwdev.ebi.ac.uk/gwas/depo-curation/api/v1',
DEPOSITION_URL: 'https://wwwdev.ebi.ac.uk/gwas/deposition',
AUDIT_API_URL: 'http://localhost:8085/v1',
ANOTHER_API_SECRET: '__ANOTHER__SECRET__',
Expand Down

0 comments on commit 2b31c21

Please sign in to comment.