Skip to content

Commit 857f8f8

Browse files
committed
mrf to support signature fields
1 parent 0c66dd7 commit 857f8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/form/admin-form/admin-form.assistance.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const generateFormCreationPrompt = (userPrompt: string) => {
175175
* Field types supported by Mfb.
176176
*/
177177
const supportedFieldTypes = Object.keys(
178-
omit(BasicField, ['Children', 'Image', 'Signature']),
178+
omit(BasicField, ['Children', 'Image']),
179179
) as [string, ...string[]]
180180

181181
/**

0 commit comments

Comments
 (0)