From a0cef9565b4620af3ad869e8de0e55eece8d63af Mon Sep 17 00:00:00 2001
From: Pascal Syma
Date: Wed, 1 Oct 2025 00:34:08 +0200
Subject: [PATCH] fix
---
app/pages/hunt/[huntSlug]/[questSlug]/index.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app/pages/hunt/[huntSlug]/[questSlug]/index.vue b/app/pages/hunt/[huntSlug]/[questSlug]/index.vue
index 37f60c1..e3b1005 100644
--- a/app/pages/hunt/[huntSlug]/[questSlug]/index.vue
+++ b/app/pages/hunt/[huntSlug]/[questSlug]/index.vue
@@ -68,7 +68,8 @@ const textType = {
TEXT: 'text',
NUMBER: 'number',
INTEGER: 'number',
- WORD: 'text'
+ WORD: 'text',
+ CHAR: 'text'
};
const newImage = ref();