space correction

This commit is contained in:
Niels Lyngsø
2024-06-21 10:28:27 +02:00
parent 5832fbfe2f
commit c2c5a39af8

View File

@@ -39,7 +39,7 @@ export class ExampleDatasetDashboard extends UmbElementMixin(LitElement) {
},
{
alias: 'items',
value: [ 'First Option' , 'Second Option', 'Third Option' ],
value: ['First Option', 'Second Option', 'Third Option'],
},
]}
property-editor-ui-alias="Umb.PropertyEditorUi.Dropdown"></umb-property>