Fix user group not being properly potitioned (#26608)
* Fix user group not being properly potitioned * Update comment
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
eb0d137d14
Коммит
83b7e51b7f
@@ -71,6 +71,11 @@ const UserGroupPopover = ({
|
||||
returnFocus,
|
||||
searchTerm,
|
||||
showUserOverlay,
|
||||
|
||||
// These props are not passed explictly to this component, but
|
||||
// they are added when this component is passed as a child to Overlay.
|
||||
// They are not typed in the component because they will cause more confusion.
|
||||
...popoverProps
|
||||
}: Props) => {
|
||||
const {formatMessage} = useIntl();
|
||||
|
||||
@@ -182,6 +187,7 @@ const UserGroupPopover = ({
|
||||
return (
|
||||
<Popover
|
||||
id='user-group-popover'
|
||||
{...popoverProps}
|
||||
>
|
||||
{tabCatcher}
|
||||
<Body
|
||||
|
||||
Ссылка в новой задаче
Block a user