Skip to content

Commit c69434b

Browse files
committed
remove unused
1 parent 2612698 commit c69434b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/packages/core/content/workspace/views/edit/conditions/has-properties/content-has-properties.condition.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
1+
import { UMB_CONTENT_WORKSPACE_CONTEXT } from '../../../../content-workspace.context-token.js';
12
import type { UmbControllerHost } from '@umbraco-cms/backoffice/controller-api';
23
import type {
34
UmbConditionConfigBase,
45
UmbConditionControllerArguments,
56
UmbExtensionCondition,
67
} from '@umbraco-cms/backoffice/extension-api';
7-
import { UMB_CONTENT_WORKSPACE_CONTEXT } from '../../../../content-workspace.context-token.js';
88
import { UmbConditionBase } from '@umbraco-cms/backoffice/extension-registry';
9-
import type { UmbContentTypeModel } from '@umbraco-cms/backoffice/content-type';
10-
import { UmbContentTypePropertyStructureHelper } from '@umbraco-cms/backoffice/content-type';
119

1210
export class UmbContentHasPropertiesWorkspaceCondition
1311
extends UmbConditionBase<UmbConditionConfigBase>
1412
implements UmbExtensionCondition
1513
{
16-
#propertyStructureHelper = new UmbContentTypePropertyStructureHelper<UmbContentTypeModel>(this);
17-
1814
constructor(host: UmbControllerHost, args: UmbConditionControllerArguments<UmbConditionConfigBase>) {
1915
super(host, args);
2016

0 commit comments

Comments
 (0)