mirror of https://github.com/grafana/grafana
parent
30f9a324ac
commit
e698202fae
@ -1,7 +1,7 @@ |
||||
import React, { PureComponent } from 'react'; |
||||
import { TemplateQueryProps } from 'app/types/plugins'; |
||||
import { VariableQueryProps } from 'app/types/plugins'; |
||||
|
||||
export default class DefaultTemplateQueryComponent extends PureComponent<TemplateQueryProps, any> { |
||||
export default class DefaultVariableQueryEditor extends PureComponent<VariableQueryProps, any> { |
||||
constructor(props) { |
||||
super(props); |
||||
this.state = { value: props.query }; |
@ -1,6 +1,6 @@ |
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP |
||||
|
||||
exports[`StackdriverTemplateQueryComponent renders correctly 1`] = ` |
||||
exports[`VariableQueryEditor renders correctly 1`] = ` |
||||
Array [ |
||||
<div |
||||
className="gf-form max-width-21" |
Loading…
Reference in new issue