Add html title to project include list

pull/10551/head
Benjamin Bädorf 3 years ago
parent e2980ac8bc
commit 1af27450c5
No known key found for this signature in database
GPG Key ID: 069CA2D117AB5CCF
  1. 1
      frontend/src/app/shared/components/project-include/project-list.component.html

@ -24,6 +24,7 @@
<div
class="spot-list--item-title op-project-list--item-title"
[opSearchHighlight]="searchText"
[title]="project.name"
>{{ project.name }}</div>
</ng-container>

Loading…
Cancel
Save