Skip to content

Commit a7ca1a8

Browse files
committed
Added closeCommandMenu in dependency array of openRecordFromIndexView recoilcallback function to ensure correctness
1 parent a1bbf06 commit a7ca1a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/twenty-front/src/modules/object-record/record-index/hooks/useOpenRecordFromIndexView.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export const useOpenRecordFromIndexView = () => {
101101
navigate,
102102
openRecordInCommandMenu,
103103
isMobile,
104+
closeCommandMenu,
104105
],
105106
);
106107

0 commit comments

Comments
 (0)