Skip to content

Commit daa5661

Browse files
committed
space correction
1 parent 74af153 commit daa5661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dashboard-with-property-dataset/dataset-dashboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class ExampleDatasetDashboard extends UmbElementMixin(LitElement) {
3939
},
4040
{
4141
alias: 'items',
42-
value: [ 'First Option' , 'Second Option', 'Third Option' ],
42+
value: ['First Option', 'Second Option', 'Third Option'],
4343
},
4444
]}
4545
property-editor-ui-alias="Umb.PropertyEditorUi.Dropdown"></umb-property>

0 commit comments

Comments
 (0)