Merge "RIFT-15577 - part one: make 'Add' immediately create catalog item in backend"
[osm/UI.git] / skyquake / plugins / config / src / dashboard / configStore.js
index c5ba696..54f3568 100644 (file)
@@ -52,7 +52,7 @@ let AccountMeta = {
     }
 }
 
-export default class AccountStore {
+export default class ConfigStore {
     constructor() {
         this.account = {};
         this.accountType = 'openmano';