fix: alerts weggehaald

This commit is contained in:
Timo De Meyst 2025-04-24 21:49:05 +02:00
parent 455ad82ce7
commit c314a5cf80
2 changed files with 0 additions and 4 deletions

View file

@ -51,8 +51,6 @@
await answersQuery.refetch(); await answersQuery.refetch();
}, },
}); });
} else {
alert("Please type an answer before submitting"); //TODO: i18n
} }
} }
</script> </script>

View file

@ -188,8 +188,6 @@
// - console.error(e); // - console.error(e);
}, },
}); });
} else {
alert("Please type a question before submitting."); // TODO: i18n
} }
} }
</script> </script>