Skip to content

Commit

Permalink
NAS-128451: Port WidgetSysInfoComponent to new dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
denysbutenko committed May 16, 2024
1 parent eb6ac4e commit 1382724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/store/system-info/system-info.effects.ts
Original file line number Diff line number Diff line change
@@ -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(

0 comments on commit 1382724

Please sign in to comment.