Thêm thành viên bằng địa chỉ email

This commit is contained in:
2026-06-14 18:27:12 +07:00
parent bb15b2bf15
commit d084e806a1
11 changed files with 262 additions and 61 deletions
+1
View File
@@ -625,6 +625,7 @@ export const TourDetailPage = ({ onBack }: { onBack: () => void }) => {
tourId={currentTour.id}
participants={currentTour.participants || []}
onRemoveMember={(userId) => removeMember(currentTour.id, userId)}
onMemberAdded={() => fetchTour(currentTour.id)}
/>
)}