DS-8408 - lint errors

This commit is contained in:
aroman-arvo
2023-02-13 12:22:07 +01:00
parent b015f682b4
commit e2668cdf97
4 changed files with 6 additions and 6 deletions

View File

@@ -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',
};
}