diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-05-27 19:37:25 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-05-27 19:37:25 +1000 |
| commit | 422e43532b36c8cca387e0a64a280138593bb22a (patch) | |
| tree | f7a64ba465e4e2c1dd0092e8cbb636a8eec944ed /src/components/SearchModal.vue | |
| parent | 60f4e7b296d4b4dfafabcbabd670649277612170 (diff) | |
Use static-layout for ancestry-bar and tutorial-pane
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: { |
