Skip to content

Commit

Permalink
feat: adding support for 'regexp' 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 aecbd3f
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 @@ -58,6 +58,7 @@ export function NewRequestForm({
switch (field.type) {
case "anonymous_requester_email":
case "subject":
case "regexp":
return <TextInput field={field} />;
case "description":
case "textarea":
Expand Down

0 comments on commit aecbd3f

Please sign in to comment.