diff --git a/web/src/app/ee/admin/groups/[groupId]/GroupDisplay.tsx b/web/src/app/ee/admin/groups/[groupId]/GroupDisplay.tsx index 878eb0f63..41d3c6c40 100644 --- a/web/src/app/ee/admin/groups/[groupId]/GroupDisplay.tsx +++ b/web/src/app/ee/admin/groups/[groupId]/GroupDisplay.tsx @@ -296,21 +296,29 @@ export const GroupDisplay = ({ )} -
- -
+ + + + + + {!userGroup.is_up_to_date && ( + +

Cannot update group while sync is occurring

+
+ )} +
+
{addMemberFormVisible && ( -
- -
+ + + + + + {!userGroup.is_up_to_date && ( + +

Cannot update group while sync is occurring

+
+ )} +
+
{addConnectorFormVisible && ( ( if (tooltip) { return ( -
+
{button} -
-
- {tooltip} -
+
+ {tooltip}
);