Commit 3c0f166
fix(plugins): The endpoint form of the extension plugin is missing the input field.
The `toolCredentialToFormSchemas` function in `web/app/components/tools/utils/to-form-schema.ts` was not correctly mapping the `type` property for tool credentials. This resulted in boolean fields not being rendered as checkboxes in the plugin's endpoint form.
This commit adds the type mapping to the function, ensuring that all form fields, including booleans, are rendered correctly.1 parent aa3129c commit 3c0f166
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments