From 3e5987abec9d9f01e84df84d197d294dfa259e7c Mon Sep 17 00:00:00 2001 From: Alex van Andel Date: Thu, 23 Dec 2021 02:05:49 +0100 Subject: [PATCH] For now; entirely disable sharing owner role (#1372) --- components/team/MemberChangeRoleModal.tsx | 2 +- components/team/MemberInvitationModal.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/team/MemberChangeRoleModal.tsx b/components/team/MemberChangeRoleModal.tsx index 934e14bfd2..f28c28f705 100644 --- a/components/team/MemberChangeRoleModal.tsx +++ b/components/team/MemberChangeRoleModal.tsx @@ -61,7 +61,7 @@ export default function MemberChangeRoleModal(props: { className="block w-full mt-1 border-gray-300 rounded-md shadow-sm focus:ring-black focus:border-brand sm:text-sm"> - + {/* - needs dialog to confirm change of ownership */} diff --git a/components/team/MemberInvitationModal.tsx b/components/team/MemberInvitationModal.tsx index 6cde51c8d4..2ba1d2dba2 100644 --- a/components/team/MemberInvitationModal.tsx +++ b/components/team/MemberInvitationModal.tsx @@ -99,7 +99,6 @@ export default function MemberInvitationModal(props: { team: TeamWithMembers | n className="block w-full mt-1 border-gray-300 rounded-md shadow-sm focus:ring-black focus:border-brand sm:text-sm"> -