From b37c0fbb95fa39a7731ddd0b4c675ae1a11ffb4d Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 10 Jun 2025 19:44:53 +0200 Subject: [PATCH] Update checklist item when acked directly in the frontend --- dashboard/src/Index.vue | 1 + dashboard/src/components/app/Info.vue | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dashboard/src/Index.vue b/dashboard/src/Index.vue index e28493a64..80a83983b 100644 --- a/dashboard/src/Index.vue +++ b/dashboard/src/Index.vue @@ -198,6 +198,7 @@ ProfileModel.onChange(ProfileModel.KEYS.AVATAR, (value) => { provide('subscriptionRequiredDialog', subscriptionRequiredDialog); provide('features', features); +provide('profile', profile); onMounted(async () => { let [error, result] = await provisionModel.status(); diff --git a/dashboard/src/components/app/Info.vue b/dashboard/src/components/app/Info.vue index 0e6598103..fd66bc50b 100644 --- a/dashboard/src/components/app/Info.vue +++ b/dashboard/src/components/app/Info.vue @@ -1,6 +1,6 @@