Skip to content

Commit a4365a2

Browse files
committed
revert token
1 parent 2ab8fd8 commit a4365a2

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

src/packages/core/recycle-bin/contexts/is-trashed/entity-is-trashed.context-token.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/packages/core/recycle-bin/contexts/is-trashed/is-trashed.entity-context-token.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ import type { UmbIsTrashedEntityContext } from './is-trashed.entity-context.js';
22
import { UmbContextToken } from '@umbraco-cms/backoffice/context-api';
33

44
export const UMB_IS_TRASHED_ENTITY_CONTEXT = new UmbContextToken<UmbIsTrashedEntityContext>(
5-
'UmbEntityContext',
6-
'isTrashed',
5+
'UmbEntityIsTrashedContext',
76
);

0 commit comments

Comments
 (0)