fix: file field editor not show

This commit is contained in:
Fabio286 2020-12-10 15:15:32 +01:00
parent 5cfdc9b92d
commit 9291a7a7b4
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ export default {
editON (event, content, field) {
if (!this.isEditable) return;
const type = this.getFieldType(field);
const type = this.getFieldType(field).toUpperCase(); ;
this.originalContent = content;
this.editingType = type;
this.editingField = field;