3
0

Fix user field roles not working in configurator if no roles were assigned.

This commit is contained in:
Jože Fortun 2024-12-06 15:58:14 +01:00
parent a0e03e19ac
commit b6b8f1b8b7

View File

@ -76,7 +76,7 @@ export default {
{ text: this.$t('kind.select.optionType.each'), value: 'each', allowDuplicates: true },
],
preloadingRoles: true,
preloadingRoles: false,
currentRoles: [],
}
},