No groups configured yet.
) : (Create or update a group
++ {isEditing ? 'Edit group' : 'Create group'} +
{submitError ? (@@ -353,6 +404,7 @@ function GroupsConfigTab() { id="group-name" className="config-input" value={draftGroupName} + readOnly={isEditing} onChange={(event) => { setDraftGroupName(event.target.value) }} @@ -408,9 +460,24 @@ function GroupsConfigTab() {