From 422e43532b36c8cca387e0a64a280138593bb22a Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Fri, 27 May 2022 19:37:25 +1000 Subject: Use static-layout for ancestry-bar and tutorial-pane --- src/components/SearchModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/SearchModal.vue') 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: { -- cgit v1.2.3