Skip to content
Snippets Groups Projects
Commit c1de29d6 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

feat(permissions): only show shows that users have write access to

refs #247
parent 118edeba
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,7 @@ const query = computed(
new URLSearchParams({
order: order.value.join(','),
search: debouncedSearchTerm.value.trim(),
isWritable: '1',
}),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment