diff --git a/src/components/clinicalDataQuestions/components/QuestionsForm.vue b/src/components/clinicalDataQuestions/components/QuestionsForm.vue index 03c3b3cc..2a28ff24 100644 --- a/src/components/clinicalDataQuestions/components/QuestionsForm.vue +++ b/src/components/clinicalDataQuestions/components/QuestionsForm.vue @@ -27,7 +27,7 @@ size="small" type="primary" @click="close" - v-show="$route.path !== '/trials/trials-panel/visit/crc-upload'" + v-show="$route.path !== '/trials/trials-panel/visit/crc-upload'&&$route.path!=='/trials/trials-panel/visit/crc-question'" > {{ $t('common:button:cancel') }}