From 8a39c57774ff98a39b7c7b470910497218312677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=83=81=ED=98=84?= Date: Thu, 26 Oct 2023 15:59:13 +0900 Subject: [PATCH] =?UTF-8?q?api=20=EA=B3=A0=EB=8F=84=20=ED=97=88=EC=9A=A9?= =?UTF-8?q?=20=EB=91=90=20=EB=B2=88=20=ED=98=B8=EC=B6=9C=20=EB=B0=A9?= =?UTF-8?q?=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/laanc/map/LaancAreaMap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 => {