fix: hide link sharing section in UI for non-admin users

This commit is contained in:
kolaente 2026-03-23 21:31:23 +01:00 committed by kolaente
parent 5cd5dc409b
commit 74d1bddb3a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
</template>
<LinkSharing
v-if="linkSharingEnabled"
v-if="linkSharingEnabled && userIsAdmin"
:project-id="projectId"
class="mbs-4"
/>