Fixes UserModal's profile tag

This commit is contained in:
Juan Pablo Garcia
2020-10-05 23:24:47 -05:00
parent 1cdbb2e407
commit f57b62441c

View File

@@ -174,7 +174,7 @@ const UserModal = ({ open, onClose, userId }) => {
margin="dense"
>
<InputLabel id="profile-selection-input-label">
Profile
{i18n.t("userModal.form.profile")}
</InputLabel>
<Field
as={Select}