Marcelfrueh commented on code in PR #3550:
URL: https://github.com/apache/streampipes/pull/3550#discussion_r2028387924
##########
ui/src/app/assets/components/asset-details/edit-asset/asset-details-panel/asset-details-basics/asset-details-labels/asset-details-labels.component.html:
##########
@@ -63,7 +63,9 @@
(optionSelected)="selected($event)"
>
@for (label of filteredLabels | async; track label) {
- <mat-option [value]="label">{{ label }}</mat-option>
+ <mat-option [value]="label.label">{{
Review Comment:
Yes, you're right – thanks! I've updated it to use label._id now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]