Skip to content

Commit

Permalink
fix: show actions at signer list
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <vitor@php.rio>
  • Loading branch information
vitormattos authored and backportbot-libresign[bot] committed Nov 22, 2024
1 parent 9e57b4e commit 7fffed5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Components/Signers/Signer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
<template #subname>
<Bullet v-for="method in identifyMethodsNames" :key="method" :name="method" />
</template>
<NcActions>
<slot v-if="$slots.actions" slot="actions" name="actions" />
</NcActions>
<slot slot="actions" name="actions" />
<template #indicator>
<CheckboxBlankCircle :size="16"
:fill-color="statusColor"
Expand All @@ -29,7 +27,6 @@ import { emit } from '@nextcloud/event-bus'
import { loadState } from '@nextcloud/initial-state'
import Moment from '@nextcloud/moment'
import NcActions from '@nextcloud/vue/dist/Components/NcActions.js'
import NcAvatar from '@nextcloud/vue/dist/Components/NcAvatar.js'
import NcListItem from '@nextcloud/vue/dist/Components/NcListItem.js'
Expand All @@ -40,7 +37,6 @@ import { useFilesStore } from '../../store/files.js'
export default {
name: 'Signer',
components: {
NcActions,
NcListItem,
NcAvatar,
CheckboxBlankCircle,
Expand Down

0 comments on commit 7fffed5

Please sign in to comment.