mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ACS-4622]Made name an optional property
This commit is contained in:
@@ -40,7 +40,7 @@ export interface SearchListOption {
|
||||
export class SearchCheckListComponent implements SearchWidget, OnInit {
|
||||
|
||||
id: string;
|
||||
name: string;
|
||||
name?: string;
|
||||
settings?: SearchWidgetSettings;
|
||||
context?: SearchQueryBuilderService;
|
||||
options: SearchFilterList<SearchListOption>;
|
||||
|
Reference in New Issue
Block a user