Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-27 12:08:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-27 12:08:34 +0300
commitd0a683e342c9e59bec8bb83879f0fc959b79224e (patch)
treefac5bd8be0faee2016b6ad67c25206ccf42c3447 /app/assets/javascripts/whats_new
parent0ab741639e9d9a83833661925167a98d96751135 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/whats_new')
-rw-r--r--app/assets/javascripts/whats_new/components/feature.vue6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/assets/javascripts/whats_new/components/feature.vue b/app/assets/javascripts/whats_new/components/feature.vue
index 90f6230ef72..9380a77c1fb 100644
--- a/app/assets/javascripts/whats_new/components/feature.vue
+++ b/app/assets/javascripts/whats_new/components/feature.vue
@@ -30,7 +30,6 @@ export default {
return dateInWords(date);
},
},
- safeHtmlConfig: { ADD_ATTR: ['target'] },
};
</script>
@@ -76,10 +75,7 @@ export default {
{{ packageName }}
</gl-badge>
</div>
- <div
- v-safe-html:[$options.safeHtmlConfig]="feature.body"
- class="gl-pt-3 gl-line-height-20"
- ></div>
+ <div v-safe-html="feature.body" class="gl-pt-3 gl-line-height-20"></div>
<gl-button
:href="feature.url"
target="_blank"