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