diff --git a/apps/red-ui/src/app/screens/admin/license-information-screen/license-information-screen.component.ts b/apps/red-ui/src/app/screens/admin/license-information-screen/license-information-screen.component.ts index 83837222f..14addefb5 100644 --- a/apps/red-ui/src/app/screens/admin/license-information-screen/license-information-screen.component.ts +++ b/apps/red-ui/src/app/screens/admin/license-information-screen/license-information-screen.component.ts @@ -13,8 +13,8 @@ export class LicenseInformationScreenComponent { public currentInfo: LicenseReport = {}; public totalInfo: LicenseReport = {}; public unlicensedInfo: LicenseReport = {}; - public totalLicensedNumberOfPages: number = 0; - public analysisPercentageOfLicense: number = 100; + public totalLicensedNumberOfPages = 0; + public analysisPercentageOfLicense = 100; public viewReady = false; constructor( diff --git a/apps/red-ui/src/app/screens/file/pdf-viewer/pdf-viewer.component.ts b/apps/red-ui/src/app/screens/file/pdf-viewer/pdf-viewer.component.ts index 24c3b0a67..995716938 100644 --- a/apps/red-ui/src/app/screens/file/pdf-viewer/pdf-viewer.component.ts +++ b/apps/red-ui/src/app/screens/file/pdf-viewer/pdf-viewer.component.ts @@ -186,7 +186,8 @@ export class PdfViewerComponent implements OnInit, AfterViewInit, OnChanges { 'toolsHeader', 'rotateClockwiseButton', 'rotateCounterClockwiseButton', - 'annotationStyleEditButton' + 'annotationStyleEditButton', + 'annotationGroupButton' ]); this.instance.setHeaderItems((header) => {