change token to fit iwth entity context context alias

This commit is contained in:
Niels Lyngsø
2024-05-02 12:46:58 +02:00
parent d61324615a
commit 361ea1ad8a

View File

@@ -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>(
'UmbEntityIsTrashedContext',
'UmbEntityContext',
'isTrashed',
);