fix: ajuste role admins
This commit is contained in:
parent
cc7c7dccc4
commit
034557a06b
1 changed files with 1 additions and 3 deletions
|
|
@ -269,9 +269,7 @@ const CreateUserModal: React.FC<CreateUserModalProps> = ({
|
||||||
>
|
>
|
||||||
<option value="PHOTOGRAPHER">Profissional</option>
|
<option value="PHOTOGRAPHER">Profissional</option>
|
||||||
<option value="EVENT_OWNER">Cliente (Empresa)</option>
|
<option value="EVENT_OWNER">Cliente (Empresa)</option>
|
||||||
<option value="BUSINESS_OWNER">Dono de Negócio</option>
|
<option value="BUSINESS_OWNER">Administrador</option>
|
||||||
<option value="ADMIN">Administrador</option>
|
|
||||||
<option value="AGENDA_VIEWER">Visualizador de Agenda</option>
|
|
||||||
<option value="RESEARCHER">Pesquisador</option>
|
<option value="RESEARCHER">Pesquisador</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue