Skip to content

Commit ea655b6

Browse files
foreign key: remove displayed fieldValue value
1 parent 2c8d704 commit ea655b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/components/ui-components/row-fields/foreign-key/foreign-key.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<mat-option
1515
[ngClass]="{'disabled': suggestion.displayString === 'No matches'}"
1616
[value]="suggestion.displayString">
17-
{{suggestion.displayString}} {{suggestion.fieldValue}}
17+
{{suggestion.displayString}}
1818
</mat-option>
1919
}
2020
</mat-autocomplete>

0 commit comments

Comments
 (0)