Skip to content

Commit 36c0466

Browse files
committed
Lint: Remove unused 'when' imports from input-media-type and user-group-input
1 parent 2a723ad commit 36c0466

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Umbraco.Web.UI.Client/src/packages/media/media-types/components/input-media-type/input-media-type.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { UmbMediaTypeItemModel } from '../../types.js';
22
import { UmbMediaTypePickerInputContext } from './input-media-type.context.js';
3-
import { css, html, customElement, property, state, repeat, nothing, when } from '@umbraco-cms/backoffice/external/lit';
3+
import { css, html, customElement, property, state, repeat, nothing } from '@umbraco-cms/backoffice/external/lit';
44
import { splitStringToArray } from '@umbraco-cms/backoffice/utils';
55
import { UmbChangeEvent } from '@umbraco-cms/backoffice/event';
66
import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';

src/Umbraco.Web.UI.Client/src/packages/user/user-group/components/input-user-group/user-group-input.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { UMB_USER_GROUP_ENTITY_TYPE } from '../../entity.js';
22
import type { UmbUserGroupItemModel } from '../../repository/index.js';
33
import { UmbUserGroupPickerInputContext } from './user-group-input.context.js';
4-
import { css, html, customElement, property, state, ifDefined, nothing, repeat, when } from '@umbraco-cms/backoffice/external/lit';
4+
import { css, html, customElement, property, state, ifDefined, nothing, repeat } from '@umbraco-cms/backoffice/external/lit';
55
import { UUIFormControlMixin } from '@umbraco-cms/backoffice/external/uui';
66
import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
77
import { UMB_WORKSPACE_MODAL } from '@umbraco-cms/backoffice/workspace';

0 commit comments

Comments
 (0)