docs: Update TeamSwitcher.vue (#167)

This commit is contained in:
Anonimus Programus 2023-11-13 17:16:36 +07:00 committed by GitHub
parent 447b7a021a
commit de4f12c38a
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> <CommandGroup>
<DialogTrigger as-child> <DialogTrigger as-child>
<CommandItem <CommandItem
:value="{ label: 'Create Team' }" value="create-team"
@select="() => { @select="() => {
open = false open = false
showNewTeamDialog = true showNewTeamDialog = true