Quality of life improvements on 'Invite' screen

This commit is contained in:
Tom Moor
2023-12-16 11:11:57 -05:00
parent 7df0f63ce6
commit fcec796130
4 changed files with 67 additions and 76 deletions

View File

@@ -18,7 +18,7 @@ const InputSelectRole = (
label={t("Role")}
options={[
{
label: t("Member"),
label: t("Editor"),
value: "member",
},
{