diff --git a/src/components/Questions/QuestionFile.vue b/src/components/Questions/QuestionFile.vue
index 1feb22ee4..99857c9f7 100644
--- a/src/components/Questions/QuestionFile.vue
+++ b/src/components/Questions/QuestionFile.vue
@@ -80,6 +80,10 @@
+
+ {{ errorMessage }}
+
+
diff --git a/src/views/Create.vue b/src/views/Create.vue
index 537b74787..d2f1dba33 100644
--- a/src/views/Create.vue
+++ b/src/views/Create.vue
@@ -457,6 +457,7 @@ export default {
* @param {string|null} subtype the question subtype, see AnswerTypes.subtypes
*/
async addQuestion(type, subtype = null) {
+ this.activeQuestionType = null
const text = ''
this.isLoadingQuestions = true