feat: join requests werken

This commit is contained in:
laurejablonski 2025-04-12 11:03:53 +02:00
parent 7fff8a012d
commit 31412f71eb

View file

@ -80,7 +80,8 @@
showSnackbar(t("sent"), "success"); showSnackbar(t("sent"), "success");
}, },
onError: (e) => { onError: (e) => {
showSnackbar(t("failed") + ": " + e.message, "error"); // showSnackbar(t("failed") + ": " + e.message, "error");
throw e;
}, },
}, },
); );
@ -155,7 +156,7 @@
sm="6" sm="6"
md="6" md="6"
> >
<!-- <v-table class="table"> <v-table class="table">
<thead> <thead>
<tr> <tr>
<th class="header">{{ t("classJoinRequests") }}</th> <th class="header">{{ t("classJoinRequests") }}</th>
@ -189,8 +190,7 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</v-table> TODO schrijf nieuwe controller + query--> </v-table>
<p>{{ joinRequests.data.joinRequests }}</p>
</v-col> </v-col>
</using-query-result> </using-query-result>
</v-row> </v-row>