diff --git a/web/app/components/app-sidebar/index.tsx b/web/app/components/app-sidebar/index.tsx index 8bfd04b914..2a79518aab 100644 --- a/web/app/components/app-sidebar/index.tsx +++ b/web/app/components/app-sidebar/index.tsx @@ -68,7 +68,7 @@ const AppDetailNav = ({ } }, [appSidebarExpand, setAppSidebarExpand]) - useKeyPress(`${getKeyboardKeyCodeBySystem('ctrl')}.shift.b`, (e) => { + useKeyPress(`${getKeyboardKeyCodeBySystem('ctrl')}.b`, (e) => { e.preventDefault() handleToggle() }, { exactMatch: true, useCapture: true }) diff --git a/web/app/components/datasets/list/dataset-footer/index.tsx b/web/app/components/datasets/list/dataset-footer/index.tsx index ecc47efc89..76d99a6491 100644 --- a/web/app/components/datasets/list/dataset-footer/index.tsx +++ b/web/app/components/datasets/list/dataset-footer/index.tsx @@ -7,7 +7,7 @@ const DatasetFooter = () => { const { t } = useTranslation() return ( -