Skip to content

Commit

Permalink
fix smart service process selection
Browse files Browse the repository at this point in the history
  • Loading branch information
franzmueller committed Dec 6, 2024
1 parent 46f2329 commit 70464de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 mat-dialog-title>Smart-Service Task</h2>
[options]="processModels || []"
(selectionChange)="ensureProcessTaskParameter($event.value)"
useOptionViewProperty="name"
useOptionValueProperty="id">
useOptionValueProperty="_id">
</senergy-select-search>
<mat-error senergyError label="Process Model"></mat-error>
</mat-form-field>
Expand Down

0 comments on commit 70464de

Please sign in to comment.