Skip to content

Commit 40ed398

Browse files
committed
change token to fit iwth entity context context alias
1 parent de5510f commit 40ed398

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)