From 38812980edc832cf90c4df1412df2a9977d65555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Thu, 2 May 2024 15:16:59 +0200 Subject: [PATCH] revert token --- .../contexts/is-trashed/entity-is-trashed.context-token.ts | 6 ------ .../contexts/is-trashed/is-trashed.entity-context-token.ts | 3 +-- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/contexts/is-trashed/entity-is-trashed.context-token.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/contexts/is-trashed/entity-is-trashed.context-token.ts b/src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/contexts/is-trashed/entity-is-trashed.context-token.ts deleted file mode 100644 index be593a1038..0000000000 --- a/src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/contexts/is-trashed/entity-is-trashed.context-token.ts +++ /dev/null @@ -1,6 +0,0 @@ -import type { UmbEntityIsTrashedContext } from './entity-is-trashed.context.js'; -import { UmbContextToken } from '@umbraco-cms/backoffice/context-api'; - -export const UMB_ENTITY_IS_TRASHED_CONTEXT = new UmbContextToken( - 'UmbEntityIsTrashedContext', -); diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/contexts/is-trashed/is-trashed.entity-context-token.ts b/src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/contexts/is-trashed/is-trashed.entity-context-token.ts index ae4b9482c8..198b855a05 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/contexts/is-trashed/is-trashed.entity-context-token.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/contexts/is-trashed/is-trashed.entity-context-token.ts @@ -2,6 +2,5 @@ import type { UmbIsTrashedEntityContext } from './is-trashed.entity-context.js'; import { UmbContextToken } from '@umbraco-cms/backoffice/context-api'; export const UMB_IS_TRASHED_ENTITY_CONTEXT = new UmbContextToken( - 'UmbEntityContext', - 'isTrashed', + 'UmbEntityIsTrashedContext', );