Removed packahes_api relrefs. (#42017) (#42142)

This commit is contained in:
achatterjee-grafana
2021-11-23 11:42:08 -05:00
committed by GitHub
parent 3635314d16
commit 615f2b46df
6 changed files with 14 additions and 14 deletions
@@ -46,7 +46,7 @@ The query editor for Explore is similar to the query editor for the data source
.setExploreQueryField(ExploreQueryEditor);
```
1. Add a [QueryField]({{< relref "../../packages_api/ui/queryfield.md" >}}) to `ExploreQueryEditor`.
1. Add a `QueryField` to `ExploreQueryEditor`.
```ts
import { QueryField } from '@grafana/ui';