revert token

This commit is contained in:
Niels Lyngsø
2024-05-02 15:16:59 +02:00
parent ed4a9858a9
commit 38812980ed
2 changed files with 1 additions and 8 deletions

View File

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

View File

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