From 0107c1bb3f93710ca7cef5b1a4239a7e77cffc69 Mon Sep 17 00:00:00 2001 From: Nathan Woulfe Date: Mon, 26 Jun 2023 10:00:59 +1000 Subject: [PATCH] null check value --- ...y-editor-ui-tiny-mce-stylesheets-configuration.element.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.ts index 531691fa7b..c4d4fa732f 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.ts @@ -7,7 +7,6 @@ import { UmbLitElement } from '@umbraco-cms/internal/lit-element'; */ @customElement('umb-property-editor-ui-tiny-mce-stylesheets-configuration') export class UmbPropertyEditorUITinyMceStylesheetsConfigurationElement extends UmbLitElement { - @property() value: string[] = []; @@ -16,7 +15,7 @@ export class UmbPropertyEditorUITinyMceStylesheetsConfigurationElement extends U render() { return html``; } @@ -26,7 +25,7 @@ export class UmbPropertyEditorUITinyMceStylesheetsConfigurationElement extends U ul { list-style: none; padding: 0; - margin:0; + margin: 0; } `, ];