mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ADF-3055] fix bug with page size for facet fields (#3359)
* fix bug with page size for facet fields * move page size to a constant * move const inside the scope * test fixes
This commit is contained in:
committed by
Eugenio Romano
parent
b92cc2ad60
commit
5aa523d9ac
@@ -23,5 +23,6 @@ export interface FacetField {
|
||||
offset?: number;
|
||||
prefix?: string;
|
||||
|
||||
pageSize?: number;
|
||||
$checked?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user