mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
This commit is contained in:
@@ -133,6 +133,9 @@ export class ActivitiForm implements OnInit, AfterViewChecked, OnChanges {
|
||||
@Input()
|
||||
showRefreshButton: boolean = true;
|
||||
|
||||
@Input()
|
||||
showValidationIcon: boolean = true;
|
||||
|
||||
@Output()
|
||||
formSaved: EventEmitter<FormModel> = new EventEmitter<FormModel>();
|
||||
|
||||
|
Reference in New Issue
Block a user