mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix types
This commit is contained in:
@@ -19,7 +19,7 @@ import { FormRepresentation } from '@alfresco/js-api';
|
||||
|
||||
export class FormModelActions {
|
||||
|
||||
async getFormByName(alfrescoJsApi: any, name: String): Promise<FormRepresentation> {
|
||||
async getFormByName(alfrescoJsApi: any, name: string): Promise<FormRepresentation> {
|
||||
|
||||
const forms = await alfrescoJsApi.activiti.editorApi.getForms();
|
||||
|
||||
|
Reference in New Issue
Block a user