diff --git a/src/app/core/coar-notify/notify-info/notify-info.service.ts b/src/app/core/coar-notify/notify-info/notify-info.service.ts index 3db39e0879..0b80bb9c9e 100644 --- a/src/app/core/coar-notify/notify-info/notify-info.service.ts +++ b/src/app/core/coar-notify/notify-info/notify-info.service.ts @@ -22,7 +22,7 @@ export class NotifyInfoService { ) {} isCoarConfigEnabled(): Observable { - return this.configService.findByPropertyName('coar-notify.enabled').pipe( + return this.configService.findByPropertyName('ldn.enabled').pipe( getFirstSucceededRemoteData(), map(response => { const booleanArrayValue = response.payload.values;