Use long legal basis text as fallback instead of reason field

RED-1738
This commit is contained in:
Kresnadi Budisantoso 2021-07-05 07:50:07 +02:00
parent c8f02d93b2
commit 389d40f7d7

View File

@ -402,6 +402,6 @@ export class AnnotationWrapper {
if (lb) return lb.name;
}
return entry.reason;
return entry.legalBasis;
}
}