We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1421919 commit 0c19ad6Copy full SHA for 0c19ad6
1 file changed
src/components/AuthorCardViewing.vue
@@ -83,9 +83,7 @@ export default defineComponent({
83
})
84
const authorErrors = [...emailErrors.value, ...orcidErrors.value]
85
return {
86
- authorErrors,
87
- emailErrors,
88
- orcidErrors
+ authorErrors
89
}
90
},
91
emits: ['editPressed', 'moveDown', 'moveUp']
0 commit comments