Skip to content

Commit

Permalink
Remove Data Analytics and Security options from ticket categories (#272)
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Rosenberg <[email protected]>
  • Loading branch information
jarosenb and Jake Rosenberg authored Jul 20, 2023
1 parent 1e19cc5 commit b09ef73
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ export const TicketCreateForm: React.FC = () => {
<FormikSelect name="category" label="Category" required>
<option value="">Please Choose One</option>
<option>Allocations</option>
<option>Data Analytics or Storage Resources</option>
<option>Running Jobs or Using TACC Resources</option>
<option>Security Incident</option>
<option>Login Issues</option>
<option>Multi-factor Authentication</option>
<option>Other</option>
Expand Down

0 comments on commit b09ef73

Please sign in to comment.