remove invite path

This commit is contained in:
Jesper Møller Jensen
2022-10-10 13:21:07 +02:00
parent 21c3124b5a
commit 52bbe0f713

View File

@@ -28,10 +28,6 @@ export class UmbSectionViewUsersElement extends UmbContextProviderMixin(LitEleme
path: 'overview',
component: () => import('./editor-view-users-overview.element'),
},
{
path: 'invite',
component: () => import('./editor-view-users-invite.element'),
},
{
path: `:entityType/:key`,
component: () => import('../../../../editors/shared/editor-entity/editor-entity.element'),