Update TeamSwitcher.vue

This commit is contained in:
Anonimus Programus 2023-11-13 17:04:24 +07:00 committed by GitHub
parent 447b7a021a
commit 3d0f25468b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ const selectedTeam = ref<Team>(groups[0].teams[0])
<CommandGroup>
<DialogTrigger as-child>
<CommandItem
:value="{ label: 'Create Team' }"
value="create-team"
@select="() => {
open = false
showNewTeamDialog = true