We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efc7d5 commit 2ad4a7dCopy full SHA for 2ad4a7d
1 file changed
src/components/IdentifierCardEditing.vue
@@ -144,8 +144,7 @@ export default defineComponent({
144
descriptionError: computed(() =>
145
getMyErrors(`/identifiers/${props.index}/description`)
146
),
147
- identifierErrors: computed(() => identifierErrors(props.index)),
148
- SchemaGuideLink
+ identifierErrors: computed(() => identifierErrors(props.index))
149
}
150
},
151
emits: [
0 commit comments