Bổ sung tính năng sửa chữa, cập nhật địa điểm trong chặng

This commit is contained in:
2026-06-14 10:16:09 +07:00
parent ec650fb45d
commit 838aec562f
19 changed files with 285 additions and 45 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
import React from 'react';
export declare const AddLocationModal: ({ isOpen, onClose, tourId, initialLegId }: {
export declare const AddLocationModal: ({ isOpen, onClose, tourId, initialLegId, editingLocation }: {
isOpen: boolean;
onClose: () => void;
tourId: string;
initialLegId?: string;
editingLocation?: any;
}) => React.JSX.Element;