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();