chore: fix typos in .vue component files (#4749)

This commit is contained in:
luzpaz 2025-02-18 13:17:14 -05:00 committed by GitHub
parent 35a471f120
commit b70da04ab5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ const props = defineProps({
},
isEmbed: {
type: Boolean,
defaul: false,
default: false,
},
forceColumnLayout: {
type: Boolean,

View file

@ -7,7 +7,7 @@
>
<template #body>
<div class="flex flex-col space-y-4 relative">
<div class="flex flex-col relaive">
<div class="flex flex-col relative">
<label for="teamName" class="py-2"> {{ t('teams.email') }} </label>
<HoppSmartAutoComplete
type="email"