docs: pas commentaar aan

This commit is contained in:
laurejablonski 2025-04-08 09:30:06 +02:00
parent 3de6a77843
commit b47d8af161

View file

@ -49,13 +49,13 @@
// Function to handle a accepted invitation request
function acceptRequest(): void {
//TODO > waiting on updated frontend controllers
//TODO
console.log("request accepted");
}
// Function to handle a denied invitation request
function denyRequest(): void {
//TODO > waiting on frontend controllers
//TODO
console.log("request denied");
}
@ -90,7 +90,7 @@
dialog.value = true;
showSnackbar(t("created"), "success");
// Reload the table with classes
// Reload the table with classes so the new class appears
await refetch();
} catch (_) {
showSnackbar(t("wrong"), "error");