mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
ACS-8198 make componentData as optional property
This commit is contained in:
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user