diff --git a/components/Notifications/MembershipRequest.vue b/components/Notifications/MembershipRequest.vue index ca7ca7520..115cbdfa3 100644 --- a/components/Notifications/MembershipRequest.vue +++ b/components/Notifications/MembershipRequest.vue @@ -3,7 +3,6 @@ :icon="notification.details.kind === 'invitation' ? RiMailSendLine : RiUserAddLine" :title="notification.details.kind === 'invitation' ? $t('Invitation à rejoindre une organisation') : $t('Demande d\'adhésion')" :notification="notification" - :requires-action="true" :title-link="notification.details.kind === 'invitation' ? '/admin/me/profile' : `/admin/organizations/${notification.details.request_organization.id}/members`" :title-link-title="$t('Voir la demande')" > diff --git a/components/Notifications/NotificationLayout.vue b/components/Notifications/NotificationLayout.vue index 24bba6b2f..8d1380a4f 100644 --- a/components/Notifications/NotificationLayout.vue +++ b/components/Notifications/NotificationLayout.vue @@ -34,12 +34,12 @@
- +