mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-1767] [ADF] - Convert C329803 and C329800 cases (#7170)
This commit is contained in:
@@ -221,6 +221,10 @@ export class FormFields {
|
||||
}
|
||||
}
|
||||
|
||||
async isSaveFormButtonEnabled(): Promise<boolean> {
|
||||
return this.saveButton.isEnabled();
|
||||
}
|
||||
|
||||
async isCompleteFormButtonEnabled(): Promise<boolean> {
|
||||
return this.completeButton.isEnabled();
|
||||
}
|
||||
|
Reference in New Issue
Block a user