We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf0539 commit 07f43deCopy full SHA for 07f43de
1 file changed
src/components/IdentifierCardEditing.vue
@@ -138,13 +138,7 @@ export default defineComponent({
138
{ label: 'Other', value: 'other' }
139
],
140
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
- }),
+ anchor: computed(() => linkInfo[props.type].anchor),
148
typeError: computed(() => getMyErrors(`/identifiers/${props.index}/type`)),
149
valueError: computed(() => getMyErrors(`/identifiers/${props.index}/value`)),
150
descriptionError: computed(() =>
0 commit comments