From 361ea1ad8ae5d56e9f12416bbdd50b4cdc76e66d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Thu, 2 May 2024 12:46:58 +0200 Subject: [PATCH] change token to fit iwth entity context context alias --- .../contexts/is-trashed/entity-is-trashed.context-token.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 index be593a1038..fee62ff802 100644 --- 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 @@ -2,5 +2,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', + 'UmbEntityContext', + 'isTrashed', );