Update checklist item when acked directly in the frontend

This commit is contained in:
Johannes Zellner
2025-06-10 19:44:53 +02:00
parent 3d057781de
commit b37c0fbb95
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -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();