mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ADF-2045] Pagination is not working properly on Search Results Page (#2744)
This commit is contained in:
@@ -23,7 +23,7 @@ import { Component, Input } from '@angular/core';
|
||||
export class OverlayViewerComponent {
|
||||
|
||||
@Input()
|
||||
showViewer: boolean = false;
|
||||
showViewer = false;
|
||||
|
||||
nodeId: string;
|
||||
|
||||
|
Reference in New Issue
Block a user