浏览代码

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 = {