Skip to content

Commit

Permalink
Fix admin user list menu options
Browse files Browse the repository at this point in the history
Closes #237
  • Loading branch information
bkis committed Jun 11, 2024
1 parent 7200934 commit 791ac32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tekst-Web/src/components/user/UserListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const actionOptions = computed(() => [
: [
{
label: $t('admin.users.userItemActions.setActive'),
key: 'setVerified',
key: 'setActive',
icon: renderIcon(CheckCircleIcon, 'var(--col-success'),
disabled: targetUserIsCurrentUser.value,
action: () => emit('activateClick', props.targetUser, true),
Expand Down

0 comments on commit 791ac32

Please sign in to comment.