Allow users
This commit is contained in:
parent
f22467fa53
commit
adf5e6bcf2
|
@ -77,6 +77,15 @@
|
||||||
constraints: FIELDS.USER.constraints,
|
constraints: FIELDS.USER.constraints,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
users: {
|
||||||
|
label: "Users",
|
||||||
|
value: "users",
|
||||||
|
config: {
|
||||||
|
type: FIELDS.USERS.type,
|
||||||
|
subtype: FIELDS.USERS.subtype,
|
||||||
|
constraints: FIELDS.USERS.constraints,
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
let fileInput
|
let fileInput
|
||||||
|
|
Loading…
Reference in New Issue