Skip to content

Commit

Permalink
Merge pull request #4015 from LibreSign/backport/4011/stable30
Browse files Browse the repository at this point in the history
[stable30] fix: show actions at signer list
  • Loading branch information
vitormattos authored Nov 22, 2024
2 parents ba8b540 + 7fffed5 commit 31cc0f1
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 31cc0f1

Please sign in to comment.