This commit is contained in:
2025-10-01 00:34:08 +02:00
parent 146e48d42d
commit a0cef9565b
@@ -68,7 +68,8 @@ const textType = {
TEXT: 'text', TEXT: 'text',
NUMBER: 'number', NUMBER: 'number',
INTEGER: 'number', INTEGER: 'number',
WORD: 'text' WORD: 'text',
CHAR: 'text'
}; };
const newImage = ref<File>(); const newImage = ref<File>();