revert token
This commit is contained in:
@@ -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',
|
||||
);
|
||||
@@ -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',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user