Sửa lỗi khi click vào dấu + để thêm chặng

This commit is contained in:
2026-06-14 09:37:40 +07:00
parent 14bf43487e
commit 4545bde8ec
13 changed files with 139 additions and 133 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import React from 'react';
export declare const AddLocationModal: ({ isOpen, onClose, tourId }: {
export declare const AddLocationModal: ({ isOpen, onClose, tourId, initialLegId }: {
isOpen: boolean;
onClose: () => void;
tourId: string;
initialLegId?: string;
}) => React.JSX.Element;