Skip to content

Commit

Permalink
fix: remove empty style tags
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Jan 20, 2025
1 parent c176330 commit 8c61b4b
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions desk/src/components/DiscardButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ function handleDiscard() {
});
}
</script>

<style scoped></style>
2 changes: 0 additions & 2 deletions desk/src/components/knowledge-base/ArticleCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,3 @@ const props = defineProps<{
article: Article;
}>();
</script>

<style scoped></style>
2 changes: 0 additions & 2 deletions desk/src/components/knowledge-base/CategoryFolder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,3 @@ const props = defineProps({
},
});
</script>

<style scoped></style>
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ onMounted(() => {
categories.fetch();
});
</script>

<style scoped></style>
2 changes: 0 additions & 2 deletions desk/src/components/knowledge-base/CategoryModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,3 @@ function getActionButton() {
return action;
}
</script>

<style scoped></style>
2 changes: 0 additions & 2 deletions desk/src/components/knowledge-base/MoveToCategoryModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ const actions = [
},
];
</script>

<style scoped></style>
2 changes: 0 additions & 2 deletions desk/src/pages/knowledge-base/Article.vue
Original file line number Diff line number Diff line change
Expand Up @@ -448,5 +448,3 @@ onMounted(() => {
}, 100);
});
</script>

<style scoped></style>
2 changes: 0 additions & 2 deletions desk/src/pages/knowledge-base/Articles.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,3 @@ const breadcrumbs = computed(() => {
];
});
</script>

<style scoped></style>
2 changes: 0 additions & 2 deletions desk/src/pages/knowledge-base/KnowledgeBaseCustomer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,3 @@ usePageMeta(() => {
};
});
</script>

<style scoped></style>

0 comments on commit 8c61b4b

Please sign in to comment.