summaryrefslogtreecommitdiff
path: root/src/store/index.js
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-09-02 16:41:27 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-09-02 16:52:13 +0300
commitb9e77856d0222f51ad0c53d1fad22493ed32e47d (patch)
treec1830aaa53f7b1f4f517e951b8fef955c41b0350 /src/store/index.js
parent23f1872e87fe65f2cea1ebcef3b544421be09e03 (diff)
downloadwebui-vue-b9e77856d0222f51ad0c53d1fad22493ed32e47d.tar.xz
update pci logic
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],
});