From abd7b46a280c677b0b9caae474e406ff8b756b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=8B=9D?= <43837214+Minsiki@users.noreply.github.com> Date: Thu, 6 Feb 2025 13:41:10 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8F=84=EB=A9=B4=EB=B0=A9=EC=9C=84=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9=20=EB=A9=94=EB=89=B4=20=EC=88=A8=EA=B9=80?= =?UTF-8?q?=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/menuAtom.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/store/menuAtom.js b/src/store/menuAtom.js index 2cf4b841..759df0fd 100644 --- a/src/store/menuAtom.js +++ b/src/store/menuAtom.js @@ -64,11 +64,11 @@ export const subMenusState = atom({ name: 'plan.menu.module.circuit.setting.circuit.trestle.setting', menu: MENU.MODULE_CIRCUIT_SETTING.CIRCUIT_TRESTLE_SETTING, }, - { - id: 2, - name: 'plan.menu.module.circuit.setting.plan.orientation', - menu: MENU.MODULE_CIRCUIT_SETTING.PLAN_ORIENTATION, - }, + // { + // id: 2, + // name: 'plan.menu.module.circuit.setting.plan.orientation', + // menu: MENU.MODULE_CIRCUIT_SETTING.PLAN_ORIENTATION, + // }, ], }, })