diff --git a/ui/src/app/app.component.ts b/ui/src/app/app.component.ts index 7b7c4cc8c..a6ef83e9c 100644 --- a/ui/src/app/app.component.ts +++ b/ui/src/app/app.component.ts @@ -76,7 +76,7 @@ export class AppComponent { private readonly startupAlertsService: StartupAlertsService, private readonly toastCtrl: ToastController, private readonly errToast: ErrorToastService, - public readonly patch: PatchDbService, + private readonly patch: PatchDbService, private readonly config: ConfigService, readonly splitPane: SplitPaneTracker, ) {