fix create user automation

This commit is contained in:
Martin McKeaveney 2020-11-25 15:11:33 +00:00
parent e0071cabfd
commit 619dec21dc
1 changed files with 1 additions and 1 deletions

View File

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