Skip to content

Commit

Permalink
fix: missing "Security Incident" category
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Dec 19, 2024
1 parent 6b57c05 commit d111af6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const TicketCreateForm: React.FC = () => {
<option>Login Issues</option>
<option>Multi-factor Authentication</option>
<option>Arecibo Data</option>
<option>Security Incident</option>
<option>Other</option>
</FormikSelect>
<FormikSelect name="resource" label="System/Resource" required>
Expand Down

0 comments on commit d111af6

Please sign in to comment.