Commit 105806e7 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '325205-extra-space-in-some-vue-generated-links' into 'master'

Remove extra space in some Vue-generated links

See merge request gitlab-org/gitlab!56935
parents d4da1cc5 508645bd
......@@ -485,9 +485,7 @@ export default {
<template #upload-text="{ openFileUpload }">
<gl-sprintf :message="$options.i18n.dropzoneDescriptionText">
<template #link="{ content }">
<gl-link @click.stop="openFileUpload">
{{ content }}
</gl-link>
<gl-link @click.stop="openFileUpload">{{ content }}</gl-link>
</template>
</gl-sprintf>
</template>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment