diff --git a/apps/red-ui/src/app/screens/file/model/annotation.wrapper.ts b/apps/red-ui/src/app/screens/file/model/annotation.wrapper.ts index 41da3cb8f..fc078773f 100644 --- a/apps/red-ui/src/app/screens/file/model/annotation.wrapper.ts +++ b/apps/red-ui/src/app/screens/file/model/annotation.wrapper.ts @@ -57,7 +57,7 @@ export class AnnotationWrapper { get descriptor() { // TODO clarify: RED-894 // return this.isDictionaryBased ? 'dictionary' : 'type'; - return 'dictionary'; + return 'type'; } get hasTextAfter() {