Fix user field roles not working in configurator if no roles were assigned.
This commit is contained in:
@@ -76,7 +76,7 @@ export default {
|
||||
{ text: this.$t('kind.select.optionType.each'), value: 'each', allowDuplicates: true },
|
||||
],
|
||||
|
||||
preloadingRoles: true,
|
||||
preloadingRoles: false,
|
||||
currentRoles: [],
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user