Merge pull request #4116 from thornbill/add-api-context

Add api and user context
This commit is contained in:
Bill Thornton 2022-12-15 11:49:22 -05:00 committed by GitHub
commit 90c08d856c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 142 additions and 27 deletions

View file

@ -21,7 +21,6 @@ const Search: FunctionComponent = () => {
<SearchFields onSearch={setQuery} />
{!query &&
<SearchSuggestions
serverId={searchParams.get('serverId') || window.ApiClient.serverId()}
parentId={searchParams.get('parentId')}
/>
}