diff --git a/structures-frontend-next/src/pages/ApplicationSettings.vue b/structures-frontend-next/src/pages/ApplicationSettings.vue index a2a64188..0f5958fe 100644 --- a/structures-frontend-next/src/pages/ApplicationSettings.vue +++ b/structures-frontend-next/src/pages/ApplicationSettings.vue @@ -105,7 +105,6 @@ const enableMCP = ref(false) const loading = ref(false) const activeTab = ref(0) - watch(() => APPLICATION_STATE.currentApplication, (newApp) => { if (newApp) { appName.value = newApp.id || '' diff --git a/structures-frontend-next/src/pages/EntityList.vue b/structures-frontend-next/src/pages/EntityList.vue index 7884e9d2..b77eb21a 100644 --- a/structures-frontend-next/src/pages/EntityList.vue +++ b/structures-frontend-next/src/pages/EntityList.vue @@ -1,54 +1,3 @@ - - \ No newline at end of file diff --git a/structures-frontend-next/src/pages/login/Login.vue b/structures-frontend-next/src/pages/login/Login.vue index 2a098be7..c14081ee 100644 --- a/structures-frontend-next/src/pages/login/Login.vue +++ b/structures-frontend-next/src/pages/login/Login.vue @@ -1,5 +1,5 @@