zy-acs-flow/src/map/MapPage.jsx
@@ -1,4 +1,5 @@ import React, { useState, useRef, useEffect, useMemo } from "react"; import { useTranslate } from "react-admin"; import { TextField, Select, @@ -29,6 +30,7 @@ const theme = useTheme(); const themeMode = theme.palette.mode; const notify = useNotification(); const translate = useTranslate(); const mapRef = useRef(); const contentRef = useRef();