Skip to content

Commit

Permalink
fix(GroupRecipientPermissions): Missing document props
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Apr 17, 2024
1 parent 2b43b86 commit f35471e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const GroupRecipientPermissions = ({
groupIndex,
read_only: isReadOnly = false,
className,
isUserInsideMembers
isUserInsideMembers,
document
}) => {
const { t } = useI18n()
const buttonRef = useRef()
Expand Down

0 comments on commit f35471e

Please sign in to comment.