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