Skip to content

Commit

Permalink
Hotfix/add prj id to project listing (#241)
Browse files Browse the repository at this point in the history
* Add project PRJ-124 to project listing

* Fix linting
  • Loading branch information
nathanfranklin authored Jul 9, 2024
1 parent ddd2ada commit 3855f6a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ <h4 *ngIf="heading">{{ heading }}</h4>
<option *ngIf="showPublicSystems" [ngValue]="communityDataSystem">Community Data</option>
<option *ngIf="showPublicSystems" [ngValue]="publishedDataSystem">Published Data</option>
<optgroup label="My Projects">
<option *ngFor="let project of projects" [ngValue]="project">
{{ project.description }}
</option>
<option *ngFor="let project of projects" [ngValue]="project">{{ project.name }} | {{ project.description }}</option>
</optgroup>
</select>
<div
Expand Down

0 comments on commit 3855f6a

Please sign in to comment.