From 52bbe0f71305a491d07c9e696f702ba0282332c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20M=C3=B8ller=20Jensen?= Date: Mon, 10 Oct 2022 13:21:07 +0200 Subject: [PATCH] remove invite path --- .../sections/users/views/users/section-view-users.element.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/sections/users/views/users/section-view-users.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/sections/users/views/users/section-view-users.element.ts index 2a7989265a..9208c9dd62 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/sections/users/views/users/section-view-users.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/sections/users/views/users/section-view-users.element.ts @@ -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'),