aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src/store/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/src/store/index.js')
-rw-r--r--apps/settings/src/store/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/src/store/index.js b/apps/settings/src/store/index.js
index 2cf8767b904..62dab7246fc 100644
--- a/apps/settings/src/store/index.js
+++ b/apps/settings/src/store/index.js
@@ -7,7 +7,7 @@ import Vue from 'vue'
import Vuex, { Store } from 'vuex'
import users from './users.js'
import apps from './apps.js'
-import app_api_apps from './app_api_apps.js'
+import appApiApps from './app_api_apps.js'
import settings from './users-settings.js'
import oc from './oc.js'
import { showError } from '@nextcloud/dialogs'
@@ -36,7 +36,7 @@ export const useStore = () => {
modules: {
users,
apps,
- app_api_apps,
+ appApiApps,
settings,
oc,
},