BIG-65: fix Hotkey search Universal.

This commit is contained in:
elforjani3
2021-09-13 18:15:03 +02:00
parent 01368dc78b
commit 75b77fee60

View File

@@ -9,7 +9,7 @@ import withUniversalSearchActions from './withUniversalSearchActions';
function DashboardUniversalSearchHotkey({
openGlobalSearch,
}) {
useHotkeys('ctrl+o', (event, handle) => {
useHotkeys('shift+p', (event, handle) => {
openGlobalSearch();
});