From 7a543c0398539bd0140ae5b579c7af4f3ec86ecf Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 28 Jan 2024 16:41:09 -0800 Subject: [PATCH] Apply suggestions from code review --- docs/widgets/info/search.md | 2 +- src/components/widgets/search/search.jsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/widgets/info/search.md b/docs/widgets/info/search.md index 3765d605..bb6acbec 100644 --- a/docs/widgets/info/search.md +++ b/docs/widgets/info/search.md @@ -29,7 +29,7 @@ multiple providers is also supported via a dropdown (excluding custom): provider: [brave, google, duckduckgo] ``` -The response body for the URL provided with the `suggestionUrl` option should looke like this: +The response body for the URL provided with the `suggestionUrl` option should look like this: ```json [ diff --git a/src/components/widgets/search/search.jsx b/src/components/widgets/search/search.jsx index 4b9eb12e..4a017d3f 100644 --- a/src/components/widgets/search/search.jsx +++ b/src/components/widgets/search/search.jsx @@ -42,7 +42,6 @@ export const searchProviders = { custom: { name: "Custom", url: false, - suggestionUrl: false, icon: FiSearch, }, };