Skip to content
Snippets Groups Projects
Commit 0322e0f5 authored by Rajendra Kadam's avatar Rajendra Kadam :two:
Browse files

Remove unused method

parent 947007d4
No related branches found
No related tags found
1 merge request!92352Add form for adding issuable resource links
......@@ -38,9 +38,6 @@ export default {
this.linkTextValue = '';
this.$emit('add-issuable-resource-link-form-cancel');
},
focusLinkTextInput() {
this.$refs.linkTextInput.$el.focus();
},
},
};
</script>
......@@ -49,8 +46,8 @@ export default {
<form @submit.prevent>
<gl-form-group :label="$options.i18n.linkTextLabel">
<gl-form-input
v-autofocusonshow
v-model="linkTextValue"
v-autofocusonshow
data-testid="link-text-input"
type="text"
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment