value has to be a property

This commit is contained in:
Mads Rasmussen
2022-09-28 14:41:22 +02:00
parent 0e6b3a3fd9
commit 4288c13407

View File

@@ -16,5 +16,5 @@ export const AAAOverview: Story<UmbEntityPropertyElement> = () =>
description="Description"
alias="textProperty"
property-editor-ui-alias="Umb.PropertyEditorUI.Text"
value="Hello"></umb-entity-property>`;
.value="${'Hello'}"></umb-entity-property>`;
AAAOverview.storyName = 'Overview';