Skip to content

Commit

Permalink
#28 - Format
Browse files Browse the repository at this point in the history
frederikpyt committed Oct 16, 2023
1 parent 302c199 commit 322cf0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/item/Browser.vue
Original file line number Diff line number Diff line change
@@ -216,7 +216,6 @@ const createDocsModal = ref<InstanceType<typeof CreateDocsModal>>();
const docs = computed(() => {
return Object.values(items.value).filter((item) => item instanceof DocsClass) as DocsClass[];
});
/**
@@ -255,4 +254,4 @@ channel.bind('delete', (data: ItemType) => {
removeItem(item);
});
</script>
</script>

0 comments on commit 322cf0d

Please sign in to comment.