feat(team): add team settings with edit, leave, and kick functionality
This commit is contained in:
@@ -55,7 +55,7 @@ async function submit() {
|
||||
t('comp.team_add.create_a_new_team')
|
||||
}}</VaButton>
|
||||
<VaModal v-model="isOpen" close-button hide-default-actions>
|
||||
<h3 class="mt-16 text-3xl">{{ t('comp.team_add.create_a_new_team') }}</h3>
|
||||
<h3 class="mt-4 text-3xl">{{ t('comp.team_add.create_a_new_team') }}</h3>
|
||||
<div class="mt-4 flex flex-col gap-4">
|
||||
<VaInput
|
||||
v-model="data.name"
|
||||
|
||||
Reference in New Issue
Block a user