Skip to content

Commit

Permalink
Avoid deprecated tt element
Browse files Browse the repository at this point in the history
  • Loading branch information
tfabritius committed Feb 2, 2024
1 parent ba9eeb0 commit de48ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/AclTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ defineExpose({ getAcl })
</span>
<span v-else>
<template v-if="row.user">{{ row.user.username }} ({{ row.user.displayName }})</template>
<template v-else><Tt>{{ row.subject }}</Tt></template>
<template v-else><samp>{{ row.subject }}</samp></template>
</span>
</template>
</ElTableColumn>
Expand Down

0 comments on commit de48ab8

Please sign in to comment.