Skip to content

Commit c2c80f7

Browse files
[UXP-205] restore sorting
1 parent be5e6de commit c2c80f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/explore/section-component/grid-section/grid-section.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class GridSectionComponent implements OnInit {
8181
this.paginatedSearchOptions = new PaginatedSearchOptions({
8282
configuration: this.gridSection.discoveryConfigurationName,
8383
pagination: pagination,
84-
//sort: new SortOptions('dc.title', SortDirection.ASC)
84+
sort: new SortOptions('dc.title', SortDirection.ASC)
8585
});
8686

8787
this.getMainBoxResults();

0 commit comments

Comments
 (0)