Skip to content

Commit

Permalink
Make OTAC fiterable (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
jggoebel authored Sep 26, 2024
1 parent 22ca866 commit 1d3f16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/event/otacmanagement/otacmanagement.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h3 class="modal-title" *ngIf="open">
<clr-dg-column [clrDgField]="'status'" [clrDgSortOrder]="descSort"
>Status</clr-dg-column
>
<clr-dg-column>OTAC</clr-dg-column>
<clr-dg-column [clrDgField]="'name'">OTAC</clr-dg-column>
<clr-dg-column [clrDgField]="'userEmail'">Claimed by</clr-dg-column>
<clr-dg-column>Claimed at</clr-dg-column>
<clr-dg-column>Max. Duration</clr-dg-column>
Expand Down

0 comments on commit 1d3f16a

Please sign in to comment.