diff --git a/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.html b/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.html index c208d28f9..4276fbd4b 100644 --- a/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.html +++ b/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.html @@ -50,8 +50,8 @@
{{ currentMatch + '/' + searchPositions.length }}
- - + + diff --git a/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.ts b/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.ts index b41cfe3bc..c30b18201 100644 --- a/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.ts +++ b/apps/red-ui/src/app/screens/admin/dictionary-overview-screen/dictionary-overview-screen.component.ts @@ -29,7 +29,7 @@ export class DictionaryOverviewScreenComponent { activeSearchMarkers: any[] = []; searchPositions: any[] = []; - currentMatch: number = 1; + currentMatch = 1; initialDictionaryEntries: string[] = []; currentDictionaryEntries: string[] = [];