Skip to content

Commit ab359e1

Browse files
fix typo
1 parent c00ab39 commit ab359e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/item-page/edit-item-page/item-collection-mapper/item-collection-mapper.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export class ItemCollectionMapperComponent implements OnInit {
149149
return this.searchService.search(Object.assign(new PaginatedSearchOptions(searchOptions), {
150150
query: this.buildQuery([...itemCollectionsRD.payload.page, owningCollectionRD.payload], searchOptions.query),
151151
dsoTypes: [DSpaceObjectType.COLLECTION],
152-
configuration: 'communityorCollection',
152+
configuration: 'communityOrCollection',
153153
}), 10000).pipe(
154154
toDSpaceObjectListRD(),
155155
startWith(undefined)

0 commit comments

Comments
 (0)