Minor code tidy-up
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { html, customElement, css, property, when, nothing, state } from '@umbraco-cms/backoffice/external/lit';
|
||||
import { html, customElement, css, property, when, nothing } from '@umbraco-cms/backoffice/external/lit';
|
||||
import { UmbElementMixin } from '@umbraco-cms/backoffice/element-api';
|
||||
import { UUIRefElement, UUIRefEvent, UUIRefNodeElement } from '@umbraco-cms/backoffice/external/uui';
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@ export class UmbConfirmModalController extends UmbControllerBase {
|
||||
// This is a one time off, so we can destroy our selfs.
|
||||
this.destroy();
|
||||
|
||||
// Map back into UmbVariantId instances:
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@ export class UmbPropertyEditorUITagsElement extends UmbLitElement implements Umb
|
||||
|
||||
render() {
|
||||
return html`<umb-tags-input
|
||||
group="${ifDefined(this._group)}"
|
||||
group=${ifDefined(this._group)}
|
||||
.culture=${this._culture}
|
||||
.items=${this.value}
|
||||
@change=${this.#onChange}></umb-tags-input>`;
|
||||
|
||||
Reference in New Issue
Block a user