diff --git a/website/src/components/Search.tsx b/website/src/components/Search.tsx index 3c1b1c153..7b71de57d 100644 --- a/website/src/components/Search.tsx +++ b/website/src/components/Search.tsx @@ -30,7 +30,7 @@ const options = { let DocSearchModal: any = null; -export const Search: React.FC = ({ appId }) => { +export const Search: React.FC = () => { const searchButtonRef = React.useRef(null); const [isShowing, setIsShowing] = React.useState(false); const [initialQuery, setInitialQuery] = React.useState(null); @@ -95,7 +95,7 @@ export const Search: React.FC = ({ appId }) => {