Преглед изворни кода

fix registration status alert bar on switch mode

Olivier Massot пре 1 година
родитељ
комит
3fa46bf906
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      components/Layout/AlertBar/RegistrationStatus.vue

+ 1 - 1
components/Layout/AlertBar/RegistrationStatus.vue

@@ -24,7 +24,7 @@ const accessProfile = useAccessProfileStore()
 
 const { data: registrationStatus, pending } = fetch(
   RegistrationStatus,
-  accessProfile.id ?? 0,
+  accessProfile.currentAccessId ?? 0,
 )
 
 const messagesByStatus = {