chore: fix typos in .vue component files (#4749)
This commit is contained in:
parent
35a471f120
commit
b70da04ab5
2 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ const props = defineProps({
|
|||
},
|
||||
isEmbed: {
|
||||
type: Boolean,
|
||||
defaul: false,
|
||||
default: false,
|
||||
},
|
||||
forceColumnLayout: {
|
||||
type: Boolean,
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue