From ed4a9858a9c58a2bb0dc2f5a668bb029e3e5b311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Thu, 2 May 2024 15:16:31 +0200 Subject: [PATCH] rename token again --- .../contexts/is-trashed/entity-is-trashed.context-token.ts | 6 ++++++ 1 file changed, 6 insertions(+) create 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 new file mode 100644 index 0000000000..be593a1038 --- /dev/null +++ b/src/Umbraco.Web.UI.Client/src/packages/core/recycle-bin/contexts/is-trashed/entity-is-trashed.context-token.ts @@ -0,0 +1,6 @@ +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', +);