1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

fix create user automation

This commit is contained in:
Martin McKeaveney 2020-11-25 15:11:33 +00:00
parent c225d54e99
commit 9a365a8359

View file

@ -28,7 +28,7 @@ module.exports.definition = {
accessLevelId: { accessLevelId: {
type: "string", type: "string",
title: "Access Level", title: "Access Level",
enum: accessLevels.BUILTIN_LEVEL_IDS, enum: accessLevels.BUILTIN_LEVEL_ID_ARRAY,
pretty: accessLevels.BUILTIN_LEVEL_NAME_ARRAY, pretty: accessLevels.BUILTIN_LEVEL_NAME_ARRAY,
}, },
}, },