Removed packahes_api relrefs. (#42017)

This commit is contained in:
achatterjee-grafana
2021-11-22 16:58:51 -05:00
committed by GitHub
parent 68ce617f07
commit c4b21f7b51
6 changed files with 14 additions and 14 deletions

View File

@ -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';