Skip to content

Commit

Permalink
fix(organization): invalid component name
Browse files Browse the repository at this point in the history
  • Loading branch information
bmartins-42 committed Nov 3, 2023
1 parent c4aff4d commit 70431c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/pages/organizations/create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@
:placeholder="$t('pages.organizations.create.tagline-placeholder')"
/>
</div>
<CardTopicSelection class="mt-5" />
<CardTopicSelectionHUI v-model="formData.topics" class="mt-5" />
<CardTopicSelection v-model="formData.topics" class="mt-5" />
<div class="mx-14 w-full mt-5">
<CardConnect
:social-links="formData.social_accounts"
Expand Down

0 comments on commit 70431c4

Please sign in to comment.