fix
This commit is contained in:
@@ -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>();
|
||||||
|
|||||||
Reference in New Issue
Block a user