status fix

This commit is contained in:
Timo Bejan 2020-11-06 21:59:54 +02:00
parent ce5eb27660
commit 58108c1a70

View File

@ -320,7 +320,7 @@ export class FilePreviewScreenComponent implements OnInit {
() => {
annotation.superType = this.appStateService.isActiveProjectOwnerAndManager
? 'ignore'
: 'request-remove';
: 'suggestion-remove';
this._cleanupAndRedrawManualAnnotations();
}
);