1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

user creation CI

This commit is contained in:
Martin McKeaveney 2020-09-30 15:20:26 +01:00
parent 3969460ee0
commit 253ece59bc

View file

@ -22,7 +22,6 @@
type="pasword"
error={blurred.password && validationErrors.password} />
<Select secondary name="accessLevelId">
<option value="">Choose an option</option>
<option value="ADMIN">Admin</option>
<option value="POWER_USER">Power User</option>
</Select>