Skip to content

Commit

Permalink
fix: load workspace roles on activeWorkspaceId changes (#8445)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkPhoenix2704 committed May 10, 2024
1 parent 063d7cc commit 1616c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nc-gui/components/workspace/CollaboratorsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const accessibleRoles = computed<WorkspaceUserRoles[]>(() => {
})
onMounted(async () => {
await loadRoles(null, {}, currentWorkspace.value?.id)
await loadRoles(undefined, {}, currentWorkspace.value?.id)
loadSorts()
})
</script>
Expand Down

0 comments on commit 1616c6b

Please sign in to comment.