Skip to content

Commit

Permalink
Merge pull request #4035 from LianaHarris360/channel-details-modal-ne…
Browse files Browse the repository at this point in the history
…w-tab-fix

Fixes inability to open channel details modal in new tab
  • Loading branch information
LianaHarris360 authored Apr 21, 2023
2 parents cea98db + 4060a24 commit 0dfd8c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const router = new VueRouter({
},
{
name: RouteNames.CATALOG_DETAILS,
path: '/public/:channelId',
path: '/public/:channelId/details',
component: ChannelDetailsModal,
props: true,
},
Expand Down

0 comments on commit 0dfd8c6

Please sign in to comment.