@@ -5781,7 +5781,7 @@ export default {
},
addQuestion() {
this.answerList.push({
- answerTitle: this.answerQ,
+ answerTitle: this.answerQ.replaceAll(/%/g, "%25"),
answer: this.questionAnswer.replaceAll(/%/g, "%25"),
});
let params = [