diff --git a/web/src/routes/[username]/[workspace]/settings/+page.svelte b/web/src/routes/[username]/[workspace]/settings/+page.svelte index 94e9b29c..aa584908 100644 --- a/web/src/routes/[username]/[workspace]/settings/+page.svelte +++ b/web/src/routes/[username]/[workspace]/settings/+page.svelte @@ -683,7 +683,7 @@
{#each collections as coll (coll.id)} {@const schema = parseSchema(coll)} - + {/snippet} + + {#if isOwner} + + {:else} +
+ {@render collCardBody()} +
+ {/if} {/each}
{/if} - - (showCreateModal = false)} - /> - {#if editingCollection} + + {#if isOwner} + + (showCreateModal = false)} + /> + {/if} + {#if editingCollection && isOwner}