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 authored and norbusan committed Mar 26, 2024
1 parent 4fd264f commit 052544b
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 052544b

Please sign in to comment.