Просмотр исходного кода

fix registration status alert bar on switch mode

Olivier Massot 1 год назад
Родитель
Сommit
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 = {