diff --git a/lxl-web/src/lib/components/Search.svelte b/lxl-web/src/lib/components/Search.svelte index 1588ed361..8f9e54b4e 100644 --- a/lxl-web/src/lib/components/Search.svelte +++ b/lxl-web/src/lib/components/Search.svelte @@ -68,9 +68,6 @@ } function handleTransform(data) { - // hijacking this function to set get autosuggest labels - // to not hardcode lxl-needs into useSearchRequest - // could also be new separate callback suggestMapping = data?.mapping; return data; }