From 52ae2134da5ff916a5bd598e7bd9b5f9f3c0670e Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 11 Nov 2024 19:33:50 +0100 Subject: [PATCH] fix(app-store): Add back legacy store API used for update and removal Signed-off-by: Ferdinand Thiessen --- apps/settings/src/components/AppList.vue | 9 ++++++++- .../src/main-apps-users-management.ts | 8 +++++--- apps/settings/src/mixins/AppManagement.js | 19 ++++++++++--------- apps/settings/src/store/index.js | 5 +---- 4 files changed, 24 insertions(+), 17 deletions(-) diff --git a/apps/settings/src/components/AppList.vue b/apps/settings/src/components/AppList.vue index 9a676034636..8271fc6f271 100644 --- a/apps/settings/src/components/AppList.vue +++ b/apps/settings/src/components/AppList.vue @@ -140,10 +140,12 @@