fix
This commit is contained in:
@@ -68,7 +68,8 @@ const textType = {
|
||||
TEXT: 'text',
|
||||
NUMBER: 'number',
|
||||
INTEGER: 'number',
|
||||
WORD: 'text'
|
||||
WORD: 'text',
|
||||
CHAR: 'text'
|
||||
};
|
||||
|
||||
const newImage = ref<File>();
|
||||
|
||||
Reference in New Issue
Block a user