mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 19:32:38 +08:00
Removed packahes_api relrefs. (#42017)
This commit is contained in:

committed by
GitHub

parent
68ce617f07
commit
c4b21f7b51
@ -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';
|
||||
|
Reference in New Issue
Block a user