Skip to content

Commit

Permalink
Task/tup 533: Remove duplicate Login option from ticket form (#263)
Browse files Browse the repository at this point in the history
* update queue selection for tickets

* fix duplicate login option

---------

Co-authored-by: Jake Rosenberg <[email protected]>
  • Loading branch information
jarosenb and Jake Rosenberg authored Jul 10, 2023
1 parent 4b56c8d commit 93555a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export const TicketCreateForm: React.FC = () => {
<option value="">Please Choose One</option>
<option>Allocations</option>
<option>Data Analytics or Storage Resources</option>
<option>Login/Authentication Issue</option>
<option>Running Jobs or Using TACC Resources</option>
<option>Security Incident</option>
<option>Login Issues</option>
Expand Down
1 change: 0 additions & 1 deletion libs/tup-components/src/tickets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const QUEUE_MAP = {
'Login Issues': 'Accounts',
'Multi-factor Authentication': 'MFA',
'Data Analytics or Storage Resources': 'Data Intensive Computing',
'Login/Authentication Issue': 'Accounting',
'Running Jobs or Using TACC Resources': 'High Performance Computing',
'Security Incident': 'NSO',
Other: 'High Performance Computing',
Expand Down

0 comments on commit 93555a4

Please sign in to comment.