Skip to content

Commit

Permalink
fix-9139: The Expired tab of Access Codes Page has navigated wrong th…
Browse files Browse the repository at this point in the history
…rought Discount Codes Page. (#9144)
  • Loading branch information
khangon committed Aug 21, 2023
1 parent b4307ec commit 2ba0fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/events/view/tickets/access-codes.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<LinkTo @route="events.view.tickets.access-codes.list" @model="inactive" class="item">
{{t 'Inactive'}}
</LinkTo>
<LinkTo @route="events.view.tickets.discount-codes.list" @model="expired" class="item">
<LinkTo @route="events.view.tickets.access-codes.list" @model="expired" class="item">
{{t 'Expired'}}
</LinkTo>
</TabbedNavigation>
Expand Down

0 comments on commit 2ba0fe3

Please sign in to comment.