Skip to content

Commit

Permalink
chore: typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Jan 4, 2025
1 parent 998e241 commit acdf662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/auth/settings/profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function saveProfile() {
<InputText v-model="profileForm.tagline" :label="t('auth.settings.profile.tagline')" counter :maxlength="useBackendData.validations.userTagline.max" />

<h3 class="text-lg font-bold mt-4">{{ t("auth.settings.profile.social") }}</h3>
<SocialForm v-model="profileForm.socials" />
<SocialForm v-model="profileForm.socials!" />

<Button type="submit" class="w-max mt-2" :disabled="loading" @click.prevent="saveProfile">{{ t("general.save") }}</Button>
</div>
Expand Down

0 comments on commit acdf662

Please sign in to comment.