This commit is contained in:
Samandar Turgunboyev
2025-12-13 12:50:53 +05:00
parent 18e43f0eb8
commit 30f842c53d
9 changed files with 19 additions and 13 deletions

View File

@@ -202,7 +202,7 @@ const AddedTourPlan = ({ initialValues, setDialogOpen }: Props) => {
: "opacity-0",
)}
/>
{u.first_name} {u.last_name} {u.region.name}
{u.first_name} {u.last_name} {u.region?.name}
</CommandItem>
))}
</CommandGroup>