Skip to content

Commit

Permalink
Merge pull request #224 from lyra/feature/KJS-2186
Browse files Browse the repository at this point in the history
feat: remove formType parameter for attachForm
  • Loading branch information
s-yagues authored Jun 9, 2022
2 parents 0c5c20a + 7a04d7a commit a60130f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ declare interface KR {
/**
* @summary Attach a form to the given selector.
*/
attachForm: (formSelector: string, formType?: FormType) => Promise<{ KR: KR, result: {formId: string} }>;
attachForm: (formSelector: string) => Promise<{ KR: KR, result: {formId: string} }>;
/**
* @summary Show form.
*/
Expand Down

0 comments on commit a60130f

Please sign in to comment.