fix types

This commit is contained in:
Denys Vuika
2019-10-24 15:08:11 +01:00
parent c8931f7b58
commit 7d12557a08
3 changed files with 3 additions and 3 deletions

View File

@@ -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();