Skip to content

Commit 4235351

Browse files
committed
[CST-18016] Fix on themed-create-item-parent-selector.component.ts
1 parent eeec2b5 commit 4235351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/dso-selector/modal-wrappers/create-item-parent-selector/themed-create-item-parent-selector.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class ThemedCreateItemParentSelectorComponent
2525
extends ThemedComponent<CreateItemParentSelectorComponent> {
2626
@Input() entityType: string;
2727
@Output() select: EventEmitter<DSpaceObject> = new EventEmitter<DSpaceObject>();
28-
@Input() emitOnly = true;
28+
@Input() emitOnly = false;
2929

3030
protected inAndOutputNames: (keyof CreateItemParentSelectorComponent & keyof this)[] = ['entityType', 'select', 'emitOnly'];
3131

0 commit comments

Comments
 (0)