fix: Document search command menu action went missing, closes #5400
This commit is contained in:
@@ -20,7 +20,8 @@ export default function SearchActions() {
|
||||
}));
|
||||
|
||||
useCommandBarActions(
|
||||
searchQuery ? [searchDocumentsForQuery(searchQuery)] : []
|
||||
searchQuery ? [searchDocumentsForQuery(searchQuery)] : [],
|
||||
[searchQuery]
|
||||
);
|
||||
|
||||
useCommandBarActions(searches.recent.map(navigateToRecentSearchQuery));
|
||||
|
||||
Reference in New Issue
Block a user