Skip to content

Commit

Permalink
feat: adding support for 'type' fields
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-almeida committed Aug 9, 2023
1 parent 9ce5c96 commit ad8979d
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 ad8979d

Please sign in to comment.