diff --git a/src/pages/dashboard/workplace/shortcuts.tsx b/src/pages/dashboard/workplace/shortcuts.tsx index 370c2c8..6cd823a 100644 --- a/src/pages/dashboard/workplace/shortcuts.tsx +++ b/src/pages/dashboard/workplace/shortcuts.tsx @@ -87,13 +87,13 @@ function Shortcuts() { ]; function onClickShortcut(key) { - Message.info({ - content: ( - - You clicked {key} - - ) - }); + // Message.info({ + // content: ( + // + // You clicked {key} + // + // ) + // }); } return (