enable link and charts in shared access user previews

This commit is contained in:
Hazelnoot 2025-06-22 11:48:49 -04:00
parent c650c575dc
commit 82044e196e

View file

@ -41,7 +41,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #label>{{ i18n.ts.sharedAccess }}</template>
<template #suffix>{{ token.grantees.length }}</template>
<MkUserCardMini v-for="grantee of token.grantees" :key="grantee.id" :user="grantee" :withChart="false"/>
<MkUserCardMini v-for="grantee of token.grantees" :key="grantee.id" :user="grantee" :withChart="true" :withLink="true"/>
</MkFolder>
<MkFolder v-if="standardPerms(token.permission).length > 0">
<template #label>{{ i18n.ts.permission }}</template>