Sửa lỗi khi click vào dấu + để thêm chặng
This commit is contained in:
Vendored
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user