From 462017bfdda1fef7667919bf6c78ba1afc7ac705 Mon Sep 17 00:00:00 2001 From: minuk926 Date: Thu, 17 Mar 2022 18:01:49 +0900 Subject: [PATCH] =?UTF-8?q?modal=20=EB=B0=98=EC=98=81=201=EC=B0=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/menu-items/other.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/menu-items/other.js b/src/menu-items/other.js index 5ecf0d3..1dbbdde 100755 --- a/src/menu-items/other.js +++ b/src/menu-items/other.js @@ -17,6 +17,13 @@ const other = { id: 'sample-docs-roadmap', type: 'group', children: [ + { + id: 'modalForm', + title: , + type: 'item', + url: '/modalForm', + icon: icons.IconHelp + }, { id: 'sample-page', title: , @@ -34,6 +41,14 @@ const other = { external: true, target: true } + + // { + // id: 'draggableModal', + // title: , + // type: 'item', + // url: '/draggableModal', + // icon: icons.IconHelp + // } ] };