mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
@@ -49,7 +49,7 @@ export class AlfrescoSearchControlComponent implements OnInit, OnDestroy {
|
||||
searchSubmit = new EventEmitter();
|
||||
|
||||
@Output()
|
||||
preview = new EventEmitter();
|
||||
fileSelect = new EventEmitter();
|
||||
|
||||
@Output()
|
||||
expand = new EventEmitter();
|
||||
@@ -158,7 +158,7 @@ export class AlfrescoSearchControlComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
onFileClicked(event): void {
|
||||
this.preview.emit({
|
||||
this.fileSelect.emit({
|
||||
value: event.value
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user