diff --git a/frontend/src/components/sharing/userTeam.vue b/frontend/src/components/sharing/userTeam.vue index 535b8cdbb..14bf93502 100644 --- a/frontend/src/components/sharing/userTeam.vue +++ b/frontend/src/components/sharing/userTeam.vue @@ -16,7 +16,22 @@ :search-results="found" :label="searchLabel" @search="find" - /> + > + +

@@ -173,6 +188,7 @@ import Nothing from '@/components/misc/nothing.vue' import {success} from '@/message' import {useAuthStore} from '@/stores/auth' import {useConfigStore} from '@/stores/config' +import User from '@/components/misc/user.vue' // FIXME: I think this whole thing can now only manage user/team sharing for projects? Maybe remove a little generalization?