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