diff options
Diffstat (limited to 'src/components/SearchModal.vue')
| -rw-r--r-- | src/components/SearchModal.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SearchModal.vue b/src/components/SearchModal.vue index 35efb55..e5e8596 100644 --- a/src/components/SearchModal.vue +++ b/src/components/SearchModal.vue @@ -16,7 +16,7 @@ export default defineComponent({ searchHasMoreSuggs: false, focusedSuggIdx: null as null | number, // Denotes a search-suggestion selected using the arrow keys pendingSuggReq: 0, // Set via setTimeout() upon a search-suggestion request - pendingSuggReqUrl: null, // Used by a pendingSuggReq callback to use the latest user input + pendingSuggReqUrl: '', // Used by a pendingSuggReq callback to use the latest user input }; }, props: { |
