diff --git a/src/components/laanc/map/LaancAreaMap.js b/src/components/laanc/map/LaancAreaMap.js index 53f3e14..f65bb00 100644 --- a/src/components/laanc/map/LaancAreaMap.js +++ b/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 { + dispatch(LaancAction.LAANC_ALTITUDE.request(areaList)); + dispatch(LaancAction.LAANC_VALID_AREA.request(areaList)); setMapAreaCoordList(areaList); } - dispatch(LaancAction.LAANC_ALTITUDE.request(areaList)); - dispatch(LaancAction.LAANC_VALID_AREA.request(areaList)); }; const handlerConfirm = areaList => {