change token to fit iwth entity context context alias
This commit is contained in:
@@ -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',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user