fix: hidden settings menu affects settings layout (#7769)
This PR fixes #6746 --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -6,7 +6,7 @@ export const GoToHotkeyItemEffect = (props: {
|
||||
}) => {
|
||||
const { hotkey, pathToNavigateTo } = props;
|
||||
|
||||
useGoToHotkeys(hotkey, pathToNavigateTo);
|
||||
useGoToHotkeys({ key: hotkey, location: pathToNavigateTo });
|
||||
|
||||
return <></>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user