Skip to content

Commit

Permalink
Merge pull request #410 from zendesk/luis.type_field
Browse files Browse the repository at this point in the history
feat: adding support for 'type' fields
  • Loading branch information
luis-almeida authored Aug 9, 2023
2 parents 9ce5c96 + ad8979d commit 9bc3ab0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/new-request-form.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/vendor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/modules/new-request-form/NewRequestForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export function NewRequestForm({
return <TextArea field={field} />;
case "priority":
case "organization_id":
case "tickettype":
return <DropDown field={field} />;
default:
return <></>;
Expand Down

0 comments on commit 9bc3ab0

Please sign in to comment.