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,
|
returnFocus,
|
||||||
searchTerm,
|
searchTerm,
|
||||||
showUserOverlay,
|
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) => {
|
}: Props) => {
|
||||||
const {formatMessage} = useIntl();
|
const {formatMessage} = useIntl();
|
||||||
|
|
||||||
@@ -182,6 +187,7 @@ const UserGroupPopover = ({
|
|||||||
return (
|
return (
|
||||||
<Popover
|
<Popover
|
||||||
id='user-group-popover'
|
id='user-group-popover'
|
||||||
|
{...popoverProps}
|
||||||
>
|
>
|
||||||
{tabCatcher}
|
{tabCatcher}
|
||||||
<Body
|
<Body
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user