Skip to content

Commit

Permalink
Fix user field roles not working in configurator if no roles were ass…
Browse files Browse the repository at this point in the history
…igned.
  • Loading branch information
Fajfa committed Dec 6, 2024
1 parent a0e03e1 commit b6b8f1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default {
{ text: this.$t('kind.select.optionType.each'), value: 'each', allowDuplicates: true },
],
preloadingRoles: true,
preloadingRoles: false,
currentRoles: [],
}
},
Expand Down

0 comments on commit b6b8f1b

Please sign in to comment.