@@ -64,6 +64,8 @@ export default {
);
if (res.data === undefined) {
+ this.parentQuestionBody = null;
+ this.question = null;
return;
}