fix: tabel met klassen wordt herladen wanneer een nieuwe klas werd aangemaakt

This commit is contained in:
laurejablonski 2025-04-11 17:09:12 +02:00
parent 5805e72aba
commit 251d50de19

View file

@ -78,6 +78,7 @@
showSnackbar(t("created"), "success");
// Reload the table with classes so the new class appears
await classesQuery.refetch();
} catch (_) {
showSnackbar(t("wrong"), "error");
}