From 937b00cfcc306beccb8842c5289daeb56db4cc81 Mon Sep 17 00:00:00 2001 From: Geometrically Date: Sun, 3 Jan 2021 17:55:01 -0700 Subject: [PATCH] Fix accepting team invites on frontend --- pages/dashboard/notifications.vue | 1 + 1 file changed, 1 insertion(+) 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)