dominikriemer commented on code in PR #3550:
URL: https://github.com/apache/streampipes/pull/3550#discussion_r2021605557
##########
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:
Do we need to track by ID here so that it can be determined which label has
been selected (if there are two labels having the same name)?
--
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]