Skip to content

Commit 8cf0539

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

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/components/IdentifierCardEditing.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,7 @@ export default defineComponent({
137137
{ label: 'Software Heritage', value: 'swh' },
138138
{ label: 'Other', value: 'other' }
139139
],
140-
getLinkLabel: computed(() => {
141-
// console.log("label props:", props.type);
142-
// return "Label"
143-
return linkInfo[props.type].linkLabel
144-
}),
140+
label: computed(() => linkInfo[props.type].label),
145141
getLinkUrl: computed(() => {
146142
// let reallyString = <string>props.type;
147143
// console.log("url props:", props.type);

0 commit comments

Comments
 (0)