Merge pull request #4116 from thornbill/add-api-context
Add api and user context
This commit is contained in:
commit
90c08d856c
12 changed files with 142 additions and 27 deletions
|
@ -21,7 +21,6 @@ const Search: FunctionComponent = () => {
|
|||
<SearchFields onSearch={setQuery} />
|
||||
{!query &&
|
||||
<SearchSuggestions
|
||||
serverId={searchParams.get('serverId') || window.ApiClient.serverId()}
|
||||
parentId={searchParams.get('parentId')}
|
||||
/>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue