diff --git a/src/views/standardRegulationLibrary/commonPage/modules/SubmitQuestionModal.vue b/src/views/standardRegulationLibrary/commonPage/modules/SubmitQuestionModal.vue index fc975e0a..2086390d 100644 --- a/src/views/standardRegulationLibrary/commonPage/modules/SubmitQuestionModal.vue +++ b/src/views/standardRegulationLibrary/commonPage/modules/SubmitQuestionModal.vue @@ -57,7 +57,7 @@ @change="event => event.target.value = event.target.value.trim()" :maxLength="500" v-decorator="['problemDescription', validatorRules.problemDescription]" /> - + @@ -67,7 +67,7 @@