🐛 (readme) do not fetch readme for folder notes

This commit is contained in:
2021-03-22 22:57:01 +01:00
parent d4391bb8c6
commit 1b860944ea
2 changed files with 15 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ export const useFolderNotes = (
owner: Ref<string>,
repo: Ref<string>
) => {
const { tree } = useRepo(owner, repo)
const { tree } = useRepo(owner, repo, true, false)
const fleetingNotes = computed(() =>
tree.value.filter(