Skip to content

Commit

Permalink
fix: show all tags in list
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Dec 30, 2023
1 parent 0daa3a1 commit f0fce56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/components/utils/TagList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
const getAllTags = queryStore({
query: GetTagsDocument,
client,
variables: {}
variables: {
limit: 100
}
});
export let tags: Tag[] = [];
Expand Down

0 comments on commit f0fce56

Please sign in to comment.