Skip to content

Commit

Permalink
fix(search): article search in new ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Oct 2, 2024
1 parent db35aa4 commit 30f7e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desk/src/pages/ticket/TicketNewArticles.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RouterLink
class="group cursor-pointer space-x-1 hover:text-gray-900"
:to="{
name: 'KBHome',
name: 'KnowledgeBasePublicNew',
}"
target="_blank"
>
Expand All @@ -24,7 +24,7 @@
<RouterLink
class="group cursor-pointer hover:text-gray-900"
:to="{
name: 'KBArticlePublic',
name: 'KBArticlePublicNew',
params: {
articleId: a.name.split('#')[0],
},
Expand Down

0 comments on commit 30f7e34

Please sign in to comment.