Skip to content

Commit

Permalink
Merge pull request #500 from zendesk/luis.hotfix_priority_field
Browse files Browse the repository at this point in the history
fix: priority field by handling basic_priority
  • Loading branch information
luis-almeida authored Jul 12, 2024
2 parents 71749a0 + 7c3785a commit 0e0b339
Showing 1 changed file with 1 addition and 0 deletions.
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 @@ -254,6 +254,7 @@ export function NewRequestForm({
/>
);
case "priority":
case "basic_priority":
case "tickettype":
return (
<>
Expand Down

0 comments on commit 0e0b339

Please sign in to comment.