Skip to content

Commit a60130f

Browse files
authored
Merge pull request #224 from lyra/feature/KJS-2186
feat: remove formType parameter for attachForm
2 parents 0c5c20a + 7a04d7a commit a60130f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ declare interface KR {
3838
/**
3939
* @summary Attach a form to the given selector.
4040
*/
41-
attachForm: (formSelector: string, formType?: FormType) => Promise<{ KR: KR, result: {formId: string} }>;
41+
attachForm: (formSelector: string) => Promise<{ KR: KR, result: {formId: string} }>;
4242
/**
4343
* @summary Show form.
4444
*/

0 commit comments

Comments
 (0)