Merge branch 'main' into zomars/cal-585-use-preact-on-production

zomars/cal-585-use-preact-on-production
kodiakhq[bot] 2021-12-23 01:06:35 +00:00 committed by GitHub
commit fca228744c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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">
<option value="MEMBER">{t("member")}</option>
<option value="ADMIN">{t("admin")}</option>
<option value="OWNER">{t("owner")}</option>
{/*<option value="OWNER">{t("owner")}</option> - needs dialog to confirm change of ownership */}
</select>
</div>

View File

@ -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">
<option value="MEMBER">{t("member")}</option>
<option value="ADMIN">{t("admin")}</option>
<option value="OWNER">{t("owner")}</option>
</select>
</div>
<div className="relative flex items-start">