From 8d2223e56d20023cb0bed87b5a25046b951dd04a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Tue, 14 Jun 2022 14:45:41 +0300 Subject: [PATCH] RED-4224: Fixed references list --- .../annotation-actions/annotation-actions.component.html | 2 +- .../annotation-references-list.component.scss | 1 + .../annotation-references-list.component.ts | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/modules/file-preview/components/annotation-actions/annotation-actions.component.html b/apps/red-ui/src/app/modules/file-preview/components/annotation-actions/annotation-actions.component.html index e4525b647..06bf12305 100644 --- a/apps/red-ui/src/app/modules/file-preview/components/annotation-actions/annotation-actions.component.html +++ b/apps/red-ui/src/app/modules/file-preview/components/annotation-actions/annotation-actions.component.html @@ -108,7 +108,7 @@ > !!annotation), switchMap(annotation => this._listingService.isSelected$(annotation)), ); }