modal 반영 1차

main
minuk926 3 years ago
parent 94ffc738f7
commit 462017bfdd

@ -17,6 +17,13 @@ const other = {
id: 'sample-docs-roadmap',
type: 'group',
children: [
{
id: 'modalForm',
title: <FormattedMessage id="Modal Sample" />,
type: 'item',
url: '/modalForm',
icon: icons.IconHelp
},
{
id: 'sample-page',
title: <FormattedMessage id="sample-page" />,
@ -34,6 +41,14 @@ const other = {
external: true,
target: true
}
// {
// id: 'draggableModal',
// title: <FormattedMessage id="DraggableModal" />,
// type: 'item',
// url: '/draggableModal',
// icon: icons.IconHelp
// }
]
};

Loading…
Cancel
Save