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

@@ -227,7 +227,7 @@ function Security() {
value={data.defaultUserRole}
options={[
{
label: t("Member"),
label: t("Editor"),
value: "member",
},
{