Skip to content

Commit

Permalink
fix(navigation): article creation
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Dec 11, 2024
1 parent c8f7c63 commit 81b6580
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions desk/src/pages/KnowledgeBaseArticle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,10 @@ const insertRes = createResource({
params: {
articleId: data.name,
},
query: {
category: categoryId.value,
subCategory: subCategoryId.value,
},
});
},
onError: useError({ title: "Error creating article" }),
Expand Down

0 comments on commit 81b6580

Please sign in to comment.