From 313be228be2e8ef4dc77c202b67dde8b3f4e6536 Mon Sep 17 00:00:00 2001 From: yjnoh Date: Thu, 29 May 2025 16:37:30 +0900 Subject: [PATCH] =?UTF-8?q?[1072]=20:=20[=E4=BC=8F=E5=9B=B3=E5=85=A5?= =?UTF-8?q?=E5=8A=9B=E3=81=AE"=E5=B1=8B=E6=A0=B9=E5=BD=A2=E7=8A=B6?= =?UTF-8?q?=E3=81=AE=E6=89=8B=E5=8B=95=E8=A8=AD=E5=AE=9A"=E3=81=AB?= =?UTF-8?q?=E3=81=A4=E3=81=84=E3=81=A6]?= 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 6cfa656c..fdb50461 100644 --- a/src/store/menuAtom.js +++ b/src/store/menuAtom.js @@ -37,11 +37,11 @@ export const subMenusState = atom({ // 지붕덮개 { id: 0, name: 'plan.menu.roof.cover.outline.drawing', menu: MENU.ROOF_COVERING.EXTERIOR_WALL_LINE }, { id: 1, name: 'plan.menu.roof.cover.roof.shape.setting', menu: MENU.ROOF_COVERING.ROOF_SHAPE_SETTINGS }, - { - id: 2, - name: 'plan.menu.roof.cover.roof.shape.passivity.setting', - menu: MENU.ROOF_COVERING.ROOF_SHAPE_PASSIVITY_SETTINGS, - }, + // { + // id: 2, + // name: 'plan.menu.roof.cover.roof.shape.passivity.setting', + // menu: MENU.ROOF_COVERING.ROOF_SHAPE_PASSIVITY_SETTINGS, + // }, { id: 3, name: 'plan.menu.roof.cover.auxiliary.line.drawing', menu: MENU.ROOF_COVERING.HELP_LINE_DRAWING }, { id: 4, name: 'plan.menu.roof.cover.eaves.kerava.edit', menu: MENU.ROOF_COVERING.EAVES_KERAVA_EDIT }, { id: 5, name: 'plan.menu.roof.cover.movement.shape.updown', menu: MENU.ROOF_COVERING.MOVEMENT_SHAPE_UPDOWN },