add heading field
This commit is contained in:
@@ -277,7 +277,7 @@ export default {
|
||||
return acc
|
||||
}, {})
|
||||
} else {
|
||||
return this.fieldIcons
|
||||
return Object.fromEntries(Object.entries(this.fieldIcons).filter(([key]) => key !== 'heading'))
|
||||
}
|
||||
},
|
||||
submitterFields () {
|
||||
|
||||
Reference in New Issue
Block a user