mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
DS-8408 - lint errors
This commit is contained in:
@@ -425,7 +425,7 @@ export class DefaultAppConfig implements AppConfig {
|
||||
|
||||
// Configuration that determines the metadata sorting of community and collection edition and creation when there are not a search query.
|
||||
collectionSelectionSort: DiscoverySortConfig = {
|
||||
sortMetadata:"dc.title",
|
||||
sortDirection:"ASC",
|
||||
sortMetadata:'dc.title',
|
||||
sortDirection:'ASC',
|
||||
};
|
||||
}
|
||||
|
@@ -298,8 +298,8 @@ export const environment: BuildConfig = {
|
||||
mathjax: false,
|
||||
},
|
||||
collectionSelectionSort: {
|
||||
sortMetadata:"dc.title",
|
||||
sortDirection:"ASC",
|
||||
sortMetadata:'dc.title',
|
||||
sortDirection:'ASC',
|
||||
},
|
||||
|
||||
vocabularies: [
|
||||
|
Reference in New Issue
Block a user