We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72bad93 commit 4fd9c7aCopy full SHA for 4fd9c7a
packages/doxdox-renderer-bootstrap/src/index.ts
@@ -205,7 +205,7 @@ export default async (doc: Doc): Promise<string> => `<!DOCTYPE html>
205
<script>
206
const params = new URLSearchParams(window.location.search);
207
208
- const q = params.get('q');
+ const q = params.get('q') || '';
209
210
const filterInput = document.querySelector('#filter-methods');
211
0 commit comments