diff --git a/pages/dashboard/notifications.vue b/pages/dashboard/notifications.vue index a4d867756..09c6cc7dd 100644 --- a/pages/dashboard/notifications.vue +++ b/pages/dashboard/notifications.vue @@ -87,6 +87,7 @@ export default { try { await axios.post( `https://api.modrinth.com/api/v1/team/${teamId}/join`, + {}, config ) await this.$router.go(null)