1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

user creation CI

This commit is contained in:
Martin McKeaveney 2020-09-30 15:20:26 +01:00
parent a35c4bca2a
commit 19a391f349

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>