We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5e6de commit c2c80f7Copy full SHA for c2c80f7
1 file changed
src/app/shared/explore/section-component/grid-section/grid-section.component.ts
@@ -81,7 +81,7 @@ export class GridSectionComponent implements OnInit {
81
this.paginatedSearchOptions = new PaginatedSearchOptions({
82
configuration: this.gridSection.discoveryConfigurationName,
83
pagination: pagination,
84
- //sort: new SortOptions('dc.title', SortDirection.ASC)
+ sort: new SortOptions('dc.title', SortDirection.ASC)
85
});
86
87
this.getMainBoxResults();
0 commit comments