diff --git a/aas-web-ui/src/components.d.ts b/aas-web-ui/src/components.d.ts
index 188153b3..b37cee58 100644
--- a/aas-web-ui/src/components.d.ts
+++ b/aas-web-ui/src/components.d.ts
@@ -102,6 +102,7 @@ declare module 'vue' {
SubmodelElementWrapper: typeof import('./components/UIComponents/SubmodelElementWrapper.vue')['default']
SubmodelForm: typeof import('./components/EditorComponents/SubmodelForm.vue')['default']
SubmodelList: typeof import('./components/SubmodelList.vue')['default']
+ SubmodelSelection: typeof import('./components/AppNavigation/SubmodelSelection.vue')['default']
SubmodelTree: typeof import('./components/SubmodelTree.vue')['default']
SupplementalSemanticID: typeof import('./components/UIComponents/SupplementalSemanticID.vue')['default']
TechnicalData_v1_2: typeof import('./components/Plugins/Submodels/TechnicalData_v1_2.vue')['default']
diff --git a/aas-web-ui/src/components/AppNavigation/DeleteAAS.vue b/aas-web-ui/src/components/AppNavigation/DeleteAAS.vue
index 1e0d00a2..4205a0f4 100644
--- a/aas-web-ui/src/components/AppNavigation/DeleteAAS.vue
+++ b/aas-web-ui/src/components/AppNavigation/DeleteAAS.vue
@@ -11,6 +11,11 @@
Warning: If other shells refer to the same submodels, those references are not deleted!
+
@@ -24,6 +29,8 @@