diff --git a/src/views/Submit.vue b/src/views/Submit.vue index 4b854db8af..5ab5452ac5 100644 --- a/src/views/Submit.vue +++ b/src/views/Submit.vue @@ -383,6 +383,10 @@ export default { * Delete the submission */ async onDeleteSubmission() { + if (!confirm(t('forms', 'Are you sure you want to delete your response?'))) { + return + } + this.loading = true try {