Fix/add default props to prom query editor (#21908)

* Plugins: Add default query to PromQueryEditor

* Plugins: Update PromQueryEditor snapshot

* Plugins: Use Partial for default PromQuery
This commit is contained in:
Alex Khomenko
2020-02-04 11:37:18 +02:00
committed by GitHub
parent bb8e15ceab
commit 3d8317a747
2 changed files with 8 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ exports[`Render PromQueryEditor with basic options should render 1`] = `
onChange={[Function]}
placeholder="legend format"
type="text"
value=""
/>
</div>
<div
@@ -62,7 +63,9 @@ exports[`Render PromQueryEditor with basic options should render 1`] = `
className="gf-form-input width-8"
onBlur={[Function]}
onChange={[Function]}
placeholder=""
type="text"
value=""
/>
</div>
<div
@@ -205,6 +208,8 @@ exports[`Render PromQueryEditor with basic options should render 1`] = `
query={
Object {
"expr": "",
"interval": "",
"legendFormat": "",
"refId": "A",
}
}