diff --git a/webapp/components/ContributionForm/index.vue b/webapp/components/ContributionForm/index.vue index 3126fdc46..6c3c57640 100644 --- a/webapp/components/ContributionForm/index.vue +++ b/webapp/components/ContributionForm/index.vue @@ -6,7 +6,7 @@ @@ -80,7 +80,7 @@ export default { disabled: false, slug: null, users: [], - tags: [], + hashtags: [], } }, watch: { @@ -179,7 +179,7 @@ export default { ` }, result(result) { - this.tags = result.data.Tag + this.hashtags = result.data.Tag }, }, }, diff --git a/webapp/components/Editor/index.vue b/webapp/components/Editor/index.vue index cbfaec854..538aac2fa 100644 --- a/webapp/components/Editor/index.vue +++ b/webapp/components/Editor/index.vue @@ -15,18 +15,20 @@
{{ $t('editor.mention.noUsersFound') }}
-