mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
ACS-8198 make componentData as optional property
This commit is contained in:
committed by
Darya Blavanovich
parent
f1fab8700a
commit
b9ee276b97
@@ -35,7 +35,7 @@ export interface DialogData {
|
||||
descriptionTemplate?: TemplateRef<any>;
|
||||
headerIcon?: string;
|
||||
additionalActionButtons?: AdditionalDialogActionButton[];
|
||||
componentData: any;
|
||||
componentData?: any;
|
||||
}
|
||||
|
||||
export interface AdditionalDialogActionButton {
|
||||
|
Reference in New Issue
Block a user