Add SDN-R odlux performance
[ccsdk/features.git] / sdnr / wt / odlux / apps / helpApp / src / handlers / helpAppRootHandler.ts
index efdc6e8..b9ddc50 100644 (file)
@@ -14,14 +14,14 @@ export interface IHelpAppStoreState {
 
 declare module '../../../../framework/src/store/applicationStore' {
   interface IApplicationStoreState {
-    helpApp: IHelpAppStoreState
+    help: IHelpAppStoreState
   }
 }
 
 const helpAppStoreStateInit: IHelpAppStoreState = {
   busy: false,
   toc: undefined,
-  content: undefined, 
+  content: undefined,
   currentPath: undefined
 };