fix: alerts weggehaald
This commit is contained in:
parent
455ad82ce7
commit
c314a5cf80
2 changed files with 0 additions and 4 deletions
|
@ -51,8 +51,6 @@
|
|||
await answersQuery.refetch();
|
||||
},
|
||||
});
|
||||
} else {
|
||||
alert("Please type an answer before submitting"); //TODO: i18n
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
@ -188,8 +188,6 @@
|
|||
// - console.error(e);
|
||||
},
|
||||
});
|
||||
} else {
|
||||
alert("Please type a question before submitting."); // TODO: i18n
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue