Skip to content

Commit

Permalink
implement sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunnaye committed Oct 30, 2024
1 parent e483dd4 commit 513f76f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/workflow/versions/versions.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ export class VersionsWorkflowComponent extends Versions implements OnInit, OnCha
this.paginator.pageIndex = 0; // go back to first page after changing sort
if (this.sort.active === 'last_modified') {
this.sortCol = 'lastModified';
} else if (this.sort.active === 'metrics') {
this.sortCol = 'metricsByPlatform';
} else {
this.sortCol = this.sort.active;
}
Expand Down

0 comments on commit 513f76f

Please sign in to comment.