Skip to content

Commit 2ad4a7d

Browse files
committed
remove unused SchemaGuideLink
1 parent 3efc7d5 commit 2ad4a7d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/IdentifierCardEditing.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ export default defineComponent({
144144
descriptionError: computed(() =>
145145
getMyErrors(`/identifiers/${props.index}/description`)
146146
),
147-
identifierErrors: computed(() => identifierErrors(props.index)),
148-
SchemaGuideLink
147+
identifierErrors: computed(() => identifierErrors(props.index))
149148
}
150149
},
151150
emits: [

0 commit comments

Comments
 (0)