Browse Source

api 고도 허용 두 번 호출 방지

pull/2/head
박상현 11 months ago
parent
commit
8a39c57774
  1. 4
      src/components/laanc/map/LaancAreaMap.js

4
src/components/laanc/map/LaancAreaMap.js

@ -304,10 +304,10 @@ export default function LaancAreaMap({
if (areaInfo.areaType === 'LINE' || areaInfo.areaType === 'POLYGON') {
dispatch(FLIGHT_PLAN_AREA_BUFFER_LIST.request(areaList));
} else {
setMapAreaCoordList(areaList);
}
dispatch(LaancAction.LAANC_ALTITUDE.request(areaList));
dispatch(LaancAction.LAANC_VALID_AREA.request(areaList));
setMapAreaCoordList(areaList);
}
};
const handlerConfirm = areaList => {

Loading…
Cancel
Save