docs: pas commentaar aan
This commit is contained in:
parent
3de6a77843
commit
b47d8af161
1 changed files with 3 additions and 3 deletions
|
@ -49,13 +49,13 @@
|
||||||
|
|
||||||
// Function to handle a accepted invitation request
|
// Function to handle a accepted invitation request
|
||||||
function acceptRequest(): void {
|
function acceptRequest(): void {
|
||||||
//TODO > waiting on updated frontend controllers
|
//TODO
|
||||||
console.log("request accepted");
|
console.log("request accepted");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Function to handle a denied invitation request
|
// Function to handle a denied invitation request
|
||||||
function denyRequest(): void {
|
function denyRequest(): void {
|
||||||
//TODO > waiting on frontend controllers
|
//TODO
|
||||||
console.log("request denied");
|
console.log("request denied");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
dialog.value = true;
|
dialog.value = true;
|
||||||
showSnackbar(t("created"), "success");
|
showSnackbar(t("created"), "success");
|
||||||
|
|
||||||
// Reload the table with classes
|
// Reload the table with classes so the new class appears
|
||||||
await refetch();
|
await refetch();
|
||||||
} catch (_) {
|
} catch (_) {
|
||||||
showSnackbar(t("wrong"), "error");
|
showSnackbar(t("wrong"), "error");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue