diff --git a/src/app/store/system-info/system-info.effects.ts b/src/app/store/system-info/system-info.effects.ts index 1c53d49e74a..74f0c397806 100644 --- a/src/app/store/system-info/system-info.effects.ts +++ b/src/app/store/system-info/system-info.effects.ts @@ -96,7 +96,7 @@ export class SystemInfoEffects { }), )); - loadSystemProductType = createEffect(() => this.actions$.pipe( + loadProductType = createEffect(() => this.actions$.pipe( ofType(adminUiInitialized), mergeMap(() => { return this.ws.call('system.product_type').pipe(