102415: Fix for import modal i18n labels

This commit is contained in:
Marie Verdonck
2023-06-19 16:29:15 +02:00
committed by Alexandre Vryghem
parent a9c5c20c5a
commit cf9179d800

View File

@@ -178,6 +178,7 @@ export class DsDynamicLookupRelationModalComponent implements OnInit, OnDestroy
if (!!this.currentItemIsLeftItem$) {
this.currentItemIsLeftItem$.subscribe((isLeft) => {
this.isLeft = isLeft;
this.label = this.relationshipType.leftwardType;
});
}