Skip to content

Commit a8aad03

Browse files
Updated the prop in userActionDropdown to handle EmailUsersDialog properly
1 parent 0890a52 commit a8aad03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentcuration/contentcuration/frontend/administration/pages/Users/UserActionsDropdown.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
/>
4444
<EmailUsersDialog
4545
v-model="emailDialog"
46-
:query="{ ids: [userId] }"
46+
:initialRecipients="[userId]"
4747
/>
4848
<BaseMenu>
4949
<template #activator="{ on }">

0 commit comments

Comments
 (0)