Skip to content

Commit 0a3d770

Browse files
zenoachtigCopilot
andauthored
Update SearchResults.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 9900e8a commit 0a3d770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitbook/src/components/Search/SearchResults.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export const SearchResults = React.forwardRef(function SearchResults(
176176
cancelled = true;
177177
clearTimeout(timeout);
178178
};
179-
}, [query, scope, depth, trackEvent, withAI, siteSpaceId]);
179+
}, [query, scope, depth, trackEvent, withAI, siteSpaceId, siteSpaceIds]);
180180

181181
const results: ResultType[] = React.useMemo(() => {
182182
if (!withAI) {

0 commit comments

Comments
 (0)