summaryrefslogtreecommitdiff
path: root/src/store/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/index.js')
-rw-r--r--src/store/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/index.js b/src/store/index.js
index c12f1358..a4dd16ed 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -72,7 +72,7 @@ export default new Vuex.Store({
policies: PoliciesStore,
factoryReset: FactoryResetStore,
keyClear: KeyClearStore,
- pci: PciStore,
+ pciStore: PciStore,
},
plugins: [WebSocketPlugin],
});