diff --git a/resources/js/Components/Map/TaskPhoto.tsx b/resources/js/Components/Map/TaskPhoto.tsx index 59e6d985..3c1f49a0 100644 --- a/resources/js/Components/Map/TaskPhoto.tsx +++ b/resources/js/Components/Map/TaskPhoto.tsx @@ -22,7 +22,9 @@ const TaskPhoto: any = ({ data, onClick }: any) => {
{imageSrc && ( - + )}
void; + exportToPdf: () => void; + selectAll: () => void; + onDeleteHandler: () => void; + selectAllPdfHandler: () => void; + chooseTask: () => void; +} + +const Filter: React.FC = ({ isMapVisible, setIsMapVisible, exportToPdf, selectAll, onDeleteHandler, selectAllPdfHandler, chooseTask }) => { + //const [isPhotoMap, setPhotoMap] = useState(true); + return ( +
+
+
+

Photo Gallery

+
+
+ + + + + + + + Update Filter + + + + + + + + + + + + + + + + + + Filter + + + + + + + + + + + + + + + + + + + + + + + {/* */} +
+
+
+ ) +}; + +export default Filter; \ No newline at end of file diff --git a/resources/js/Layouts/AuthenticatedLayout.tsx b/resources/js/Layouts/AuthenticatedLayout.tsx index df89aa76..c1aceb84 100644 --- a/resources/js/Layouts/AuthenticatedLayout.tsx +++ b/resources/js/Layouts/AuthenticatedLayout.tsx @@ -56,7 +56,7 @@ export default function Authenticated({ return (