diff --git a/packages/berlin/src/components/tables/groups-table/GroupsTable.tsx b/packages/berlin/src/components/tables/groups-table/GroupsTable.tsx index 9ba3d51c..192cd47c 100644 --- a/packages/berlin/src/components/tables/groups-table/GroupsTable.tsx +++ b/packages/berlin/src/components/tables/groups-table/GroupsTable.tsx @@ -102,11 +102,7 @@ function GroupCard({ userToGroup, theme, onLeaveGroup }: GroupCardProps) { No secret )} - Leave - - } + trigger={} title="Are you sure?" description={`This action cannot be undone. This will remove you from group ${userToGroup.group.name}.`} onActionClick={() => onLeaveGroup(userToGroup.id)}