diff --git a/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue b/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue index 7f82910f..5240577f 100644 --- a/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue +++ b/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue @@ -1417,7 +1417,12 @@ export default { this.saveCustomAnnotation(annotation) } else { await this.$confirm( - this.$t('trials:trials-list:table:allQuestionChange') + this.$t('trials:trials-list:table:allQuestionChange'), '', { + showClose: false, + showCancelButton: false, + closeOnClickModal: false, + closeOnPressEscape: false + } ).then(() => { this.saveCustomAnnotation(annotation, 1) }) @@ -1866,7 +1871,12 @@ export default { this.saveCustomAnnotation(annotation) } else { this.$confirm( - this.$t('trials:trials-list:table:allQuestionChange') + this.$t('trials:trials-list:table:allQuestionChange'), '', { + showClose: false, + showCancelButton: false, + closeOnClickModal: false, + closeOnPressEscape: false + } ).then(() => { this.saveCustomAnnotation(annotation, 1) })