diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/components/entity-property/entity-propery.stories.ts b/src/Umbraco.Web.UI.Client/src/backoffice/components/entity-property/entity-propery.stories.ts index 3cdffe9c86..7c4796f6c9 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/components/entity-property/entity-propery.stories.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/components/entity-property/entity-propery.stories.ts @@ -16,5 +16,5 @@ export const AAAOverview: Story = () => description="Description" alias="textProperty" property-editor-ui-alias="Umb.PropertyEditorUI.Text" - value="Hello">`; + .value="${'Hello'}">`; AAAOverview.storyName = 'Overview';