Skip to content

Commit

Permalink
fix: adjust formatting for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
UmakanthKaspa committed Aug 31, 2024
1 parent cee67a0 commit fad0e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desk/src/pages/knowledge-base/KnowledgeBaseSubcategory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const subCategory = createDocumentResource({
icon: "check",
iconClasses: "text-green-500",
});
showEdit.value = false;
showEdit.value = false;
},
onError: useError({ title: "Error creating sub category" }),
},
Expand Down

0 comments on commit fad0e28

Please sign in to comment.