Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
fix(website): don't pass default appId
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Jun 4, 2020
1 parent 4b30cdd commit 62e0609
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/website/src/theme/SearchBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ function Hit({ hit, children }) {
return <Link to={hit.url}>{children}</Link>;
}

function DocSearch({
indexName,
appId = 'BH4D9OD16A',
apiKey,
searchParameters,
}) {
function DocSearch({ indexName, appId, apiKey, searchParameters }) {
const history = useHistory();
const [isOpen, setIsOpen] = useState(false);

Expand Down

0 comments on commit 62e0609

Please sign in to comment.