[CSTPER-75] Fixed confidence status for linked metadata with authority

This commit is contained in:
Giuseppe Digilio
2020-09-08 11:10:17 +02:00
parent a178e215f0
commit c5cb1a2837

View File

@@ -259,10 +259,8 @@ export class DsDynamicOneboxComponent extends DsDynamicVocabularyComponent imple
} else {
if (isEmpty(value)) {
result = '';
} else if (typeof value === 'string') {
result = value;
} else {
result = value.display;
result = value.value;
}
this.currentValue = result;