diff --git a/frontend/src/components/sharing/userTeam.vue b/frontend/src/components/sharing/UserTeam.vue similarity index 100% rename from frontend/src/components/sharing/userTeam.vue rename to frontend/src/components/sharing/UserTeam.vue diff --git a/frontend/src/views/project/settings/share.vue b/frontend/src/views/project/settings/share.vue index 9cbe3adf4..900641971 100644 --- a/frontend/src/views/project/settings/share.vue +++ b/frontend/src/views/project/settings/share.vue @@ -43,7 +43,7 @@ import {RIGHTS} from '@/constants/rights' import CreateEdit from '@/components/misc/CreateEdit.vue' import LinkSharing from '@/components/sharing/LinkSharing.vue' -import userTeam from '@/components/sharing/userTeam.vue' +import userTeam from '@/components/sharing/UserTeam.vue' import {useBaseStore} from '@/stores/base' import {useConfigStore} from '@/stores/config'