1
0
Fork 0
mirror of synced 2024-08-07 22:28:15 +12:00

Allow users

This commit is contained in:
Adria Navarro 2023-10-09 18:03:16 +02:00
parent f22467fa53
commit adf5e6bcf2

View file

@ -77,6 +77,15 @@
constraints: FIELDS.USER.constraints,
},
},
users: {
label: "Users",
value: "users",
config: {
type: FIELDS.USERS.type,
subtype: FIELDS.USERS.subtype,
constraints: FIELDS.USERS.constraints,
},
},
}
let fileInput