mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
BIG-65: fix Hotkey search Universal.
This commit is contained in:
@@ -9,7 +9,7 @@ import withUniversalSearchActions from './withUniversalSearchActions';
|
|||||||
function DashboardUniversalSearchHotkey({
|
function DashboardUniversalSearchHotkey({
|
||||||
openGlobalSearch,
|
openGlobalSearch,
|
||||||
}) {
|
}) {
|
||||||
useHotkeys('ctrl+o', (event, handle) => {
|
useHotkeys('shift+p', (event, handle) => {
|
||||||
openGlobalSearch();
|
openGlobalSearch();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user