🥅 Added info why quiz can't get imported

This commit is contained in:
Mawoka
2022-04-08 15:19:05 +02:00
parent c15a093ded
commit ed87d47399
4 changed files with 9 additions and 3 deletions
+2
View File
@@ -43,6 +43,8 @@
if (res.status === 200) {
window.location.href = '/overview';
} else if (res.status === 400) {
alert("This quiz isn't (yet) supported!");
} else {
alert('Error importing quiz');
}