Skip to content

Commit 07f43de

Browse files
fdiblenjspaaks
andauthored
Update src/components/IdentifierCardEditing.vue
Co-authored-by: Jurriaan H. Spaaks <j.spaaks@esciencecenter.nl>
1 parent 8cf0539 commit 07f43de

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/components/IdentifierCardEditing.vue

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,7 @@ export default defineComponent({
138138
{ label: 'Other', value: 'other' }
139139
],
140140
label: computed(() => linkInfo[props.type].label),
141-
getLinkUrl: computed(() => {
142-
// let reallyString = <string>props.type;
143-
// console.log("url props:", props.type);
144-
// console.log("reallyString:", reallyString);
145-
// return "Url"
146-
return linkInfo[props.type].linkUrl
147-
}),
141+
anchor: computed(() => linkInfo[props.type].anchor),
148142
typeError: computed(() => getMyErrors(`/identifiers/${props.index}/type`)),
149143
valueError: computed(() => getMyErrors(`/identifiers/${props.index}/value`)),
150144
descriptionError: computed(() =>

0 commit comments

Comments
 (0)